Skip to content

Commit

Permalink
test: the bigger runner (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts authored Aug 28, 2024
1 parent ff86874 commit d6ad282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,13 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "Linux-x86_64", target: x86_64-unknown-linux-musl, os: ubuntu-20.04 }
- { name: "Linux-x86_64", target: x86_64-unknown-linux-musl, os: 8core_ubuntu_latest_runner }
- { name: "Linux-aarch64", target: aarch64-unknown-linux-musl, os: ubuntu-latest }

- { name: "macOS-x86", target: x86_64-apple-darwin, os: macos-13 }
- { name: "macOS-arm", target: aarch64-apple-darwin, os: macos-14 } # macOS-14 is the ARM chipset

- { name: "Windows", target: x86_64-pc-windows-msvc, os: windows-latest }
- { name: "Windows", target: x86_64-pc-windows-msvc, os: 16core_windows_latest_runner }
- { name: "Windows-arm", target: aarch64-pc-windows-msvc, os: windows-latest }
env:
#
Expand Down

0 comments on commit d6ad282

Please sign in to comment.