mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
ci: Move macOS runners to macos-15 image
This commit is contained in:
committed by
mborgerson
parent
d389853bb0
commit
6b1d33b240
@@ -6,7 +6,7 @@ on:
|
||||
jobs:
|
||||
macos:
|
||||
name: Build for macOS (${{ matrix.arch }}, ${{ matrix.configuration }})
|
||||
runs-on: macOS-14
|
||||
runs-on: macos-15
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
@@ -89,7 +89,7 @@ jobs:
|
||||
|
||||
macos_universal:
|
||||
name: Build macOS Universal bundle (${{ matrix.configuration }})
|
||||
runs-on: macOS-14
|
||||
runs-on: macos-15
|
||||
needs: macos
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user