mirror of https://github.com/xemu-project/xemu.git
ci: Bump macOS runner to 14
This commit is contained in:
parent
d6ba0b050a
commit
be31d931f7
|
@ -239,7 +239,7 @@ jobs:
|
|||
|
||||
macOS:
|
||||
name: Build for macOS (${{ matrix.arch }}, ${{ matrix.configuration }})
|
||||
runs-on: macOS-11
|
||||
runs-on: macOS-14
|
||||
needs: Init
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -311,7 +311,7 @@ jobs:
|
|||
|
||||
macOSUniversal:
|
||||
name: Build macOS Universal Bundle (${{ matrix.configuration }})
|
||||
runs-on: macOS-11
|
||||
runs-on: macOS-14
|
||||
needs: [macOS]
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue