mirror of https://github.com/xemu-project/xemu.git
ci: Pin macOS runner to macOS-11 for now
This commit is contained in:
parent
27c99af5e3
commit
a0cffd77de
.github/workflows
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue