ci: Pin macOS runner to macOS-11 for now

This commit is contained in:
Matt Borgerson 2023-01-06 15:39:57 -07:00 committed by mborgerson
parent 27c99af5e3
commit a0cffd77de
1 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ jobs:
macOS: macOS:
name: Build for macOS (${{ matrix.arch }}, ${{ matrix.configuration }}) name: Build for macOS (${{ matrix.arch }}, ${{ matrix.configuration }})
runs-on: macOS-latest runs-on: macOS-11
needs: Init needs: Init
strategy: strategy:
matrix: matrix:
@ -258,7 +258,7 @@ jobs:
macOSUniversal: macOSUniversal:
name: Build macOS Universal Bundle (${{ matrix.configuration }}) name: Build macOS Universal Bundle (${{ matrix.configuration }})
runs-on: macOS-latest runs-on: macOS-11
needs: [macOS] needs: [macOS]
strategy: strategy:
matrix: matrix: