Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
os: macOS-latest
release-os: darwin
release-arch: aarch64
runner: [self-hosted, macOS, ARM64]
runner: [self-hosted, macOS, ARM64, t2]
env:
# Using self-hosted runners so use local cache for sccache and
# not SCCACHE_GHA_ENABLED.
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
include:
- name: windows-latest
os: windows
runner: [self-hosted, windows, x64]
runner: [self-hosted, windows, x64, batch-3]
env:
# Using self-hosted runners so use local cache for sccache and
# not SCCACHE_GHA_ENABLED.
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
os: macOS-latest
release-os: darwin
release-arch: aarch64
runner: [self-hosted, macOS, ARM64]
runner: [self-hosted, macOS, ARM64, t2]
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@nightly
Expand All @@ -276,7 +276,7 @@ jobs:
include:
- name: windows-latest
os: windows
runner: [self-hosted, windows, x64]
runner: [self-hosted, windows, x64, batch-3]
env:
# Using self-hosted runners so use local cache for sccache and
# not SCCACHE_GHA_ENABLED.
Expand Down
Loading