Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Stop testing on Ubuntu for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Merchant authored Oct 23, 2022
1 parent ffc26a9 commit d0b9e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-latest, windows-2019, ubuntu-latest]
os: [macOS-latest, windows-2019]
name: cargo clippy+test
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-latest, windows-2019, ubuntu-latest]
os: [macOS-latest, windows-2019]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit d0b9e19

Please sign in to comment.