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 0ce330b
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,10 @@ 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: macos-latest
os: [ ubuntu-latest, macos-latest ]
exclude:
- rust: 1.41.1
- os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Crate
Expand Down Expand Up @@ -108,12 +106,10 @@ 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: macos-latest
os: [ ubuntu-latest, macos-latest ]
exclude:
- rust: 1.41.1
- os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Crate
Expand Down

0 comments on commit 0ce330b

Please sign in to comment.