From a24195a8c148bf92c933d11301e78f1a29a4a933 Mon Sep 17 00:00:00 2001 From: Mikkel Malmberg Date: Mon, 22 Sep 2025 22:18:21 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69e3f220..4e52c46c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: format: - runs-on: macos-14 + runs-on: macos-15 steps: - uses: actions/checkout@v4 @@ -16,7 +16,7 @@ jobs: - run: swift-format lint --recursive . test: - runs-on: macos-14 + runs-on: macos-15 steps: - uses: actions/checkout@v4 From 936c929f47f8b28ff1f3d9cb1096b66d5fee1c44 Mon Sep 17 00:00:00 2001 From: Mikkel Malmberg Date: Mon, 22 Sep 2025 22:31:03 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e52c46c..cfd6a20c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,6 @@ jobs: steps: - uses: actions/checkout@v4 - - run: sudo xcode-select -switch /Applications/Xcode_16.1.app - run: | xcodebuild test \ -project "Leader Key.xcodeproj" \