Skip to content

Commit a1cff98

Browse files
committed
Exclude rust 1.41.1 on macos in CI
1 parent fa5d316 commit a1cff98

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,9 @@ jobs:
7474
- 1.41.1
7575
- beta
7676
- stable
77-
target: [ x86_64-unknown-linux-gnu, x86_64-apple-darwin ]
78-
include:
79-
- target: x86_64-unknown-linux-gnu
80-
os: ubuntu-latest
81-
- target: x86_64-apple-darwin
77+
os: [ ubuntu-latest, macos-latest ]
78+
exclude:
79+
- rust: 1.41.1
8280
os: macos-latest
8381
runs-on: ${{ matrix.os }}
8482
steps:
@@ -108,11 +106,9 @@ jobs:
108106
- 1.41.1
109107
- beta
110108
- stable
111-
target: [ x86_64-unknown-linux-gnu, x86_64-apple-darwin ]
112-
include:
113-
- target: x86_64-unknown-linux-gnu
114-
os: ubuntu-latest
115-
- target: x86_64-apple-darwin
109+
os: [ ubuntu-latest, macos-latest ]
110+
exclude:
111+
- rust: 1.41.1
116112
os: macos-latest
117113
runs-on: ${{ matrix.os }}
118114
steps:

0 commit comments

Comments
 (0)