Skip to content

Commit 5c67045

Browse files
committed
ci: workaround arbitrary job refusals (take 1)
1 parent 0c54469 commit 5c67045

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/ci.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,9 @@ jobs:
2121
matrix:
2222
target:
2323
- x86_64-unknown-linux-gnu
24-
- x86_64-apple-darwin
25-
- x86_64-pc-windows-msvc
2624
include:
2725
- target: x86_64-unknown-linux-gnu
2826
os: ubuntu-latest
29-
- target: x86_64-apple-darwin
30-
os: macos-latest
31-
- target: x86_64-pc-windows-msvc
32-
os: windows-latest
3327

3428
runs-on: ${{matrix.os}}
3529

.github/workflows/msrv.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ jobs:
2121
matrix:
2222
target:
2323
- x86_64-unknown-linux-gnu
24-
- x86_64-apple-darwin
2524
include:
2625
- target: x86_64-unknown-linux-gnu
2726
os: ubuntu-latest
28-
- target: x86_64-apple-darwin
29-
os: macos-latest
3027

3128
runs-on: ${{matrix.os}}
3229

0 commit comments

Comments
 (0)