diff options
| author | beetrees <b@beetr.ee> | 2024-08-24 11:24:45 +0100 |
|---|---|---|
| committer | beetrees <b@beetr.ee> | 2024-08-24 11:24:45 +0100 |
| commit | d6588dff8f9075d8cd2b20eba02aaf934f6aa88a (patch) | |
| tree | f9fa981d216e387a0b7ae5625e82bda51cbd33f1 /library/compiler-builtins | |
| parent | cacef13accc23ddff8a75633773883dca335eb99 (diff) | |
| download | rust-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.yml | 2 |
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 |
