Skip to content

Commit

Permalink
Fewer permutations
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 2, 2024
1 parent 6799a95 commit 8f34f6c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,29 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-latest, macos-12, macos-latest, windows-2019, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
# Keep low end in sync with Cargo.toml
rust-toolchain: [1.76.0, stable, nightly]
type: [debug]
include:
- os: ubuntu-latest
rust-toolchain: stable
type: release
- os: macos-14
- os: macos-latest
rust-toolchain: stable
type: release
- os: windows-latest
rust-toolchain: stable
type: release
- os: ubuntu-20.04
rust-toolchain: stable
type: debug
- os: macos-12
rust-toolchain: stable
type: debug
- os: windows-2019
rust-toolchain: stable
type: debug
env:
BUILD_TYPE: ${{ matrix.type == 'release' && '--release' || '' }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8f34f6c

Please sign in to comment.