From da7c48324b1caf119fb183303deedc84a62c3106 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 1 Jul 2024 22:09:02 -0700 Subject: [PATCH] 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. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 580a76f598fd0b3bf364b013595372eaec217aeb..04be33bb6bc94d5d4a5d373f5181fa5c4d42cd40 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: -- 2.54.0