From 2bb7f4843a15f01126ec7ea9c56649eba6d39537 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Fri, 22 Nov 2024 16:08:06 +0100 Subject: [PATCH] gh-actions macos 12: deprecated, going offline on 2024-12-03 See https://github.com/actions/runner-images/issues/10721 --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13ede242d..d7c99c952 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -747,18 +747,11 @@ jobs: fail-fast: false matrix: # https://www.jessesquires.com/blog/2020/01/06/selecting-an-xcode-version-on-github-ci/ - # https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#xcode # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md#xcode # https://trac.macports.org/wiki/XcodeVersionInfo include: - - xcode: "13.1" - os: macos-12 - arch_flags: -Wno-poison-system-directories # due to meson test - - xcode: "13.3.1" - os: macos-12 - arch_flags: -Wno-poison-system-directories # due to meson test - xcode: "14.2" os: macos-13 arch_flags: -Wno-poison-system-directories # due to meson test