Skip to content

Commit

Permalink
Migrate workflows to use Blaze runners (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz authored Apr 10, 2024
1 parent 4befea5 commit a880d2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, ubuntu-22.04, windows-2022]
os: [blaze/macos-14, ubuntu-22.04, windows-2022]
# We support both the latest Rust toolchain and the preceding version.
rust: [stable, 1.75.0]
test: ['std', 'no-std', 'examples']
Expand All @@ -78,7 +78,7 @@ jobs:
coverage-flags: COVERAGE=1
rust: stable
test: std
- os: macos-13
- os: blaze/macos-14
rust: stable
test: std
- os: windows-2022
Expand All @@ -91,7 +91,7 @@ jobs:
- rust: 1.75.0
test: 'examples'
# Do not run no-std tests on macos
- os: macos-13
- os: blaze/macos-14
test: 'no-std'
# Do not run no-std tests on Windows
- os: windows-2022
Expand Down

0 comments on commit a880d2c

Please sign in to comment.