commit da7c48324b1caf119fb183303deedc84a62c3106 (tree)
parent fed8d9054ca2cf8aca9c3583177ffd0263fc76ac
Author: Andrew Kelley <andrew@ziglang.org>
Date: Mon, 1 Jul 2024 22:09:02 -0700
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.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
@@ -43,7 +43,7 @@ jobs:
- name: Build and Test
run: sh ci/aarch64-linux-release.sh
x86_64-macos-release:
- runs-on: "macos-11"
+ runs-on: "macos-12"
env:
ARCH: "x86_64"
steps: