Skip to content

Commit

Permalink
Exclude macOS-1.41.1 combination from matrix
Browse files Browse the repository at this point in the history
Old Rust is completely broken on macOS, no point testing it.
  • Loading branch information
Kixunil committed Mar 22, 2023
1 parent f4f5c87 commit 8158b32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, 1.41.1]
exclude:
- os: macOS-latest
rust: 1.41.1
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -48,4 +51,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Test
run: cargo test
run: cargo test

0 comments on commit 8158b32

Please sign in to comment.