diff --git a/.github/workflows/check-and-lint.yaml b/.github/workflows/check-and-lint.yaml index 84fb3c58..a036d44b 100644 --- a/.github/workflows/check-and-lint.yaml +++ b/.github/workflows/check-and-lint.yaml @@ -54,8 +54,12 @@ jobs: os: ubuntu-20.04 - target: x86_64-apple-darwin - target_name: macOS - os: macos-11 + target_name: macOS-x86_64 + os: macos-13 + + - target: aarch64-apple-darwin + target_name: macOS-aarch64 + os: macos-14 - target: x86_64-unknown-netbsd target_name: NetBSD