From 4ad60cfcde039cc749cf069175924b332f64328b Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 27 Sep 2021 21:08:56 +0200 Subject: [PATCH] ci: Pin macOS to 10.15 macOS-latest now means macOS-11. --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: | -- 2.47.2