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
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue