Skip to content

Commit 7d6acc4

Browse files
committed
Revert "ci: workaround arbitrary job refusals (take 1)"
This reverts commit 5c67045.
1 parent 5c67045 commit 7d6acc4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yaml

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

2834
runs-on: ${{matrix.os}}
2935

.github/workflows/msrv.yaml

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

2831
runs-on: ${{matrix.os}}
2932

0 commit comments

Comments
 (0)