diff options
| author | lapla-cogito <me@lapla.dev> | 2025-03-03 22:28:57 +0900 |
|---|---|---|
| committer | lapla-cogito <me@lapla.dev> | 2025-03-03 22:31:36 +0900 |
| commit | d63d56aeb0649df09eafe192dedbf834c3ca0964 (patch) | |
| tree | 1568f2742f3216c7716645878a95e85f960f2a9b | |
| parent | 1419ac2982e8c33496f896cc98c4bb4b14c94813 (diff) | |
| download | rust-d63d56aeb0649df09eafe192dedbf834c3ca0964.tar.gz rust-d63d56aeb0649df09eafe192dedbf834c3ca0964.zip | |
add `macos-latest` as a CI target
| -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 }} |
