about summary refs log tree commit diff
path: root/library/compiler-builtins
diff options
context:
space:
mode:
authorbeetrees <b@beetr.ee>2024-08-24 11:24:45 +0100
committerbeetrees <b@beetr.ee>2024-08-24 11:24:45 +0100
commitd6588dff8f9075d8cd2b20eba02aaf934f6aa88a (patch)
treef9fa981d216e387a0b7ae5625e82bda51cbd33f1 /library/compiler-builtins
parentcacef13accc23ddff8a75633773883dca335eb99 (diff)
downloadrust-d6588dff8f9075d8cd2b20eba02aaf934f6aa88a.tar.gz
rust-d6588dff8f9075d8cd2b20eba02aaf934f6aa88a.zip
Use `macos-latest` in CI for `aarch64-apple-darwin`
Diffstat (limited to 'library/compiler-builtins')
-rw-r--r--library/compiler-builtins/.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/.github/workflows/main.yml b/library/compiler-builtins/.github/workflows/main.yml
index 38064543f3e..affb3a82445 100644
--- a/library/compiler-builtins/.github/workflows/main.yml
+++ b/library/compiler-builtins/.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
       matrix:
         include:
         - target: aarch64-apple-darwin
-          os: macos-14
+          os: macos-latest
           rust: nightly
         - target: aarch64-unknown-linux-gnu
           os: ubuntu-latest