mirror of
https://github.com/ish-app/ish.git
synced 2026-05-28 21:10:35 +00:00
Update to macos 15 and with it xcode 16
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user