Skip to content

Commit

Permalink
Revert "ci: workaround arbitrary job refusals (take 1)"
Browse files Browse the repository at this point in the history
This reverts commit 5c67045.
  • Loading branch information
joshstoik1 committed Feb 21, 2025
1 parent 5c67045 commit 7d6acc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,15 @@ jobs:
matrix:
target:
- x86_64-unknown-linux-gnu
- x86_64-apple-darwin
- x86_64-pc-windows-msvc
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
os: windows-latest

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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/msrv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
matrix:
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

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

Expand Down

0 comments on commit 7d6acc4

Please sign in to comment.