From 9e96f6d601bb2cdb449dd972750c9612d1a96dc0 Mon Sep 17 00:00:00 2001 From: tbodt Date: Wed, 30 Apr 2025 23:14:58 -0700 Subject: [PATCH] Update to macos 15 and with it xcode 16 --- .github/workflows/ci.yml | 2 +- .github/workflows/upload-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 518b0db6..2157ec6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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] diff --git a/.github/workflows/upload-build.yml b/.github/workflows/upload-build.yml index 367223d0..76075ec5 100644 --- a/.github/workflows/upload-build.yml +++ b/.github/workflows/upload-build.yml @@ -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