Skip to content

Commit 4d10474

Browse files
authored
Update macOS runner image and XCode version (LMMS#8092)
1 parent a809c03 commit 4d10474

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@ jobs:
181181
arch: [ x86_64, arm64 ]
182182
include:
183183
- arch: x86_64
184-
os: macos-13
185-
xcode: "15.2"
184+
os: macos-15-intel
185+
xcode: "16.4"
186186
- arch: arm64
187-
os: macos-14
188-
xcode: "15.4"
187+
os: macos-15
188+
xcode: "16.4"
189189
name: macos-${{ matrix.arch }}
190190
runs-on: ${{ matrix.os }}
191191
env:

0 commit comments

Comments
 (0)