From: Joel Rosdahl Date: Mon, 27 Sep 2021 19:08:56 +0000 (+0200) Subject: ci: Pin macOS to 10.15 X-Git-Tag: v4.4.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ad60cfcde039cc749cf069175924b332f64328b;p=thirdparty%2Fccache.git ci: Pin macOS to 10.15 macOS-latest now means macOS-11. --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e4fd3d70d..7c0ed3a36 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -70,17 +70,17 @@ jobs: compiler: clang version: "11" - - os: macOS-latest + - os: macOS-10.15 compiler: xcode version: "10.3" - - os: macOS-latest + - os: macOS-10.15 compiler: xcode version: "11.7" - - os: macOS-latest + - os: macOS-10.15 compiler: xcode - version: "12.2" + version: "12.4" steps: - name: Install dependencies run: |