From: Raihaan Shouhell Date: Mon, 15 Apr 2024 19:16:49 +0000 (+0800) Subject: ci: Update macOS images used (#1432) X-Git-Tag: v4.10~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b358bb2791711c864df930b7395e9e4344a122b8;p=thirdparty%2Fccache.git ci: Update macOS images used (#1432) Updates macos images used. macOS-14 is M1 arm64. Macos11 has been deprecated and will be removed in june --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index af31f2ff..5b162335 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -78,14 +78,6 @@ jobs: compiler: gcc version: "13" - - os: macOS-11 - compiler: xcode - version: "11.7" - - - os: macOS-11 - compiler: xcode - version: "12.5.1" - - os: macOS-12 compiler: xcode version: "13.4.1" @@ -93,6 +85,14 @@ jobs: - os: macOS-12 compiler: xcode version: "14.2" + + - os: macOS-13 + compiler: xcode + version: "15.0.1" + + - os: macOS-14 + compiler: xcode + version: "15.3" steps: - name: Install dependencies on Linux if: ${{ runner.os == 'Linux' }}