From a0cffd77debf6caf8804a0fbb2d04fb9c54c13a6 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Fri, 6 Jan 2023 15:39:57 -0700 Subject: [PATCH] ci: Pin macOS runner to macOS-11 for now --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 566888f161..fc8f2bd729 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -186,7 +186,7 @@ jobs: macOS: name: Build for macOS (${{ matrix.arch }}, ${{ matrix.configuration }}) - runs-on: macOS-latest + runs-on: macOS-11 needs: Init strategy: matrix: @@ -258,7 +258,7 @@ jobs: macOSUniversal: name: Build macOS Universal Bundle (${{ matrix.configuration }}) - runs-on: macOS-latest + runs-on: macOS-11 needs: [macOS] strategy: matrix: