Skip to content

Commit

Permalink
ci: cause intentional conflict to treat as a separated matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Jun 20, 2024
1 parent f26b163 commit 8f8a609
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
os: [ubuntu-24.04, windows-2022]
rustc_channel: [stable, nightly]
codegen: [default]
include:
# fix stable version across possible matrix
- rustc_channel: stable
Expand All @@ -28,10 +29,9 @@ jobs:
- rustc_channel: nightly
# renovate: rustc-nightly
rustc_version: '2024-06-12'
# defaults to widely-used classic code generator
- codegen: default
# ... but try cranelift if we're on nightly
- rustc_channel: nightly
# try cranelift if we're on nightly and build for Linux machines
- os: ubuntu-24.04
rustc_channel: nightly
# renovate: rustc-nightly
rustc_version: '2024-06-12'
codegen: cranelift
Expand Down

0 comments on commit 8f8a609

Please sign in to comment.