From 75145e0b4e940fa06f68ed6fed364350b4d4b2bf Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Mon, 1 Jul 2024 18:30:28 -0700 Subject: [PATCH] Drop Xcode 12 from CI (macOS 11 is no longer available) --- .github/workflows/ci-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 2e2c581..07e3fd6 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -43,7 +43,6 @@ jobs: strategy: matrix: cfg: - - { os: macOS-11, xcode: Xcode_12.5.1 } - { os: macOS-12, xcode: Xcode_13.4.1 } - { os: macOS-13, xcode: Xcode_14.3.1 } - { os: macOS-14, xcode: Xcode_15.3 }