Migrate workflows to use Blaze runners (#1596)

This commit is contained in:
David Chavez 2024-04-10 20:07:41 +02:00 committed by GitHub
parent 4befea5f70
commit a880d2cf64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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']
@ -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
@ -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