Skip to content

Commit

Permalink
fix(ci): Remove Non-Linux OS from the linux jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-stopka committed Jan 26, 2022
1 parent 633cb76 commit 3c87cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest, windows-2022, macos-11]
os: [windows-latest, ubuntu-latest]
rust: [stable, nightly]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 3c87cd7

Please sign in to comment.