Skip to content

Commit

Permalink
ci: reconstruct matrix to reflect intention
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Jun 20, 2024
1 parent 2ced1b6 commit f26b163
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@ jobs:
os: [ubuntu-24.04, windows-2022]
rustc_channel: [stable, nightly]
include:
# fix stable version across possible matrix
- rustc_channel: stable
# renovate: rustc-stable
rustc_version: '1.79.0'
# fix nightly version across possible matrix
- rustc_channel: nightly
# renovate: rustc-nightly
rustc_version: '2024-06-12'
codegen: default
# defaults to widely-used classic code generator
- codegen: default
# ... but try cranelift if we're on nightly
- rustc_channel: nightly
# renovate: rustc-nightly
rustc_version: '2024-06-12'
Expand Down

0 comments on commit f26b163

Please sign in to comment.