Update to macos 15 and with it xcode 16

This commit is contained in:
tbodt
2025-04-30 23:14:58 -07:00
committed by GitHub
parent befd536f27
commit 9e96f6d601
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
run: ninja -C build test
build-mac:
runs-on: macos-14
runs-on: macos-15
strategy:
matrix:
kernel: [ish, linux]
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
upload-build:
if: github.repository == 'ish-app/ish'
runs-on: macos-14
runs-on: macos-15
timeout-minutes: 720
steps:
- uses: actions/checkout@v2