Skip to content

Commit

Permalink
Use new publicly-available M1 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Feb 4, 2024
1 parent f47cb98 commit c2573c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ jobs:
NO_DEBUG_ASSERTIONS: 1
NO_OVERFLOW_CHECKS: 1
DIST_REQUIRE_ALL_TOOLS: 1
os: macos-13-xlarge
os: macos-14
- name: aarch64-apple
env:
SCRIPT: "./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin"
Expand All @@ -388,7 +388,7 @@ jobs:
NO_LLVM_ASSERTIONS: 1
NO_DEBUG_ASSERTIONS: 1
NO_OVERFLOW_CHECKS: 1
os: macos-13-xlarge
os: macos-14
- name: x86_64-msvc
env:
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-profiler"
Expand Down
2 changes: 1 addition & 1 deletion src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ x--expand-yaml-anchors--remove:
<<: *base-job

- &job-macos-m1
os: macos-13-xlarge
os: macos-14
<<: *base-job

- &job-windows-8c
Expand Down

0 comments on commit c2573c7

Please sign in to comment.