diff options
| author | Philipp Krones <hello@philkrones.com> | 2025-03-11 13:35:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-11 13:35:56 +0000 |
| commit | a5bc316445612d09a207e7b696a3fb1875727f2c (patch) | |
| tree | 2763359c3df93d98e07fcaedc131a72f3af577f6 | |
| parent | a25cbd50ca170d59b187b2a8e56cb33470e524eb (diff) | |
| parent | d63d56aeb0649df09eafe192dedbf834c3ca0964 (diff) | |
| download | rust-a5bc316445612d09a207e7b696a3fb1875727f2c.tar.gz rust-a5bc316445612d09a207e7b696a3fb1875727f2c.zip | |
add `macos-latest` as a CI target (#14342)
r? flip1995 changelog: none
| -rw-r--r-- | .github/workflows/clippy_mq.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/clippy_mq.yml b/.github/workflows/clippy_mq.yml index c337a96bdac..741e7457331 100644 --- a/.github/workflows/clippy_mq.yml +++ b/.github/workflows/clippy_mq.yml @@ -27,6 +27,8 @@ jobs: host: x86_64-pc-windows-msvc - os: macos-13 host: x86_64-apple-darwin + - os: macos-latest + host: aarch64-apple-darwin runs-on: ${{ matrix.os }} |
