Skip to content

Commit

Permalink
Try different Linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Dec 6, 2024
1 parent b2a573d commit 04b2be4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
runner: macos-13-large
system: X64-macOS
- nix-system: aarch64-linux
runner: namespace-profile-default-arm64
runner: UbuntuLatest32Cores128GArm
system: ARM64-Linux
- nix-system: x86_64-linux
runner: ubuntu-22.04
runner: UbuntuLatest32Cores128G
system: X64-Linux
steps:
- name: git checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ jobs:
matrix:
systems:
- system: X64-Linux
runner: ubuntu-22.04
runner: UbuntuLatest32Cores128G
- system: ARM64-Linux
runner: namespace-profile-default-arm64
runner: UbuntuLatest32Cores128GArm
- system: X64-macOS
runner: macos-13
runner: macos-13-large
- system: ARM64-macOS
runner: macos-latest-xlarge
steps:
Expand Down

0 comments on commit 04b2be4

Please sign in to comment.