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.
1 files changed, 1 insertions(+), 1 deletions(-)
.github
workflows
.github/workflows/ci.yaml+1-1
| ... | ... | @@ -43,7 +43,7 @@ jobs: |
| 43 | 43 | - name: Build and Test |
| 44 | 44 | run: sh ci/aarch64-linux-release.sh |
| 45 | 45 | x86_64-macos-release: |
| 46 | | runs-on: "macos-11" |
| 46 | runs-on: "macos-12" |
| 47 | 47 | env: |
| 48 | 48 | ARCH: "x86_64" |
| 49 | 49 | steps: |