Use new publicly-available M1 runners
https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
This commit is contained in:
parent
f47cb984b6
commit
c2573c7574
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -375,7 +375,7 @@ jobs:
|
|||||||
NO_DEBUG_ASSERTIONS: 1
|
NO_DEBUG_ASSERTIONS: 1
|
||||||
NO_OVERFLOW_CHECKS: 1
|
NO_OVERFLOW_CHECKS: 1
|
||||||
DIST_REQUIRE_ALL_TOOLS: 1
|
DIST_REQUIRE_ALL_TOOLS: 1
|
||||||
os: macos-13-xlarge
|
os: macos-14
|
||||||
- name: aarch64-apple
|
- name: aarch64-apple
|
||||||
env:
|
env:
|
||||||
SCRIPT: "./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin"
|
SCRIPT: "./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin"
|
||||||
@ -388,7 +388,7 @@ jobs:
|
|||||||
NO_LLVM_ASSERTIONS: 1
|
NO_LLVM_ASSERTIONS: 1
|
||||||
NO_DEBUG_ASSERTIONS: 1
|
NO_DEBUG_ASSERTIONS: 1
|
||||||
NO_OVERFLOW_CHECKS: 1
|
NO_OVERFLOW_CHECKS: 1
|
||||||
os: macos-13-xlarge
|
os: macos-14
|
||||||
- name: x86_64-msvc
|
- name: x86_64-msvc
|
||||||
env:
|
env:
|
||||||
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-profiler"
|
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-profiler"
|
||||||
|
@ -93,7 +93,7 @@ x--expand-yaml-anchors--remove:
|
|||||||
<<: *base-job
|
<<: *base-job
|
||||||
|
|
||||||
- &job-macos-m1
|
- &job-macos-m1
|
||||||
os: macos-13-xlarge
|
os: macos-14
|
||||||
<<: *base-job
|
<<: *base-job
|
||||||
|
|
||||||
- &job-windows-8c
|
- &job-windows-8c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user