diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-07-01 22:09:02 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-07-02 02:04:10 -0400 |
| commit | da7c48324b1caf119fb183303deedc84a62c3106 (patch) | |
| tree | e7e2aa8681972a38b71e13ae77545c38b9169239 /.github | |
| parent | fed8d9054ca2cf8aca9c3583177ffd0263fc76ac (diff) | |
| download | zig-da7c48324b1caf119fb183303deedc84a62c3106.tar.gz zig-da7c48324b1caf119fb183303deedc84a62c3106.zip | |
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 (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 580a76f598..04be33bb6b 100644 --- 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: |
