CI: update macOS runner to 12

Apple has already dropped support for macOS 11.
GitHub Actions is dropping macOS 11 support now.
The Zig project is also dropping macOS 11 support now.
This commit is contained in:
Andrew Kelley
2024-07-01 22:09:02 -07:00
parent fed8d9054c
commit da7c48324b

View File

@@ -43,7 +43,7 @@ jobs:
- name: Build and Test - name: Build and Test
run: sh ci/aarch64-linux-release.sh run: sh ci/aarch64-linux-release.sh
x86_64-macos-release: x86_64-macos-release:
runs-on: "macos-11" runs-on: "macos-12"
env: env:
ARCH: "x86_64" ARCH: "x86_64"
steps: steps: