Skip to content

Commit

Permalink
Exclude rust 1.41.1 on macos in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibo-lg committed Feb 1, 2023
1 parent fa5d316 commit a1cff98
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,9 @@ jobs:
- 1.41.1
- beta
- stable
target: [ x86_64-unknown-linux-gnu, x86_64-apple-darwin ]
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-apple-darwin
os: [ ubuntu-latest, macos-latest ]
exclude:
- rust: 1.41.1
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -108,11 +106,9 @@ jobs:
- 1.41.1
- beta
- stable
target: [ x86_64-unknown-linux-gnu, x86_64-apple-darwin ]
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-apple-darwin
os: [ ubuntu-latest, macos-latest ]
exclude:
- rust: 1.41.1
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit a1cff98

Please sign in to comment.