From c7c5e4842b7ca00d108483de7fea996d34c17df9 Mon Sep 17 00:00:00 2001 From: Gleb Tarasov Date: Fri, 15 Dec 2023 19:04:11 +0100 Subject: [PATCH] Run swiftpm build on MacOS 13 and Xcode 15 To test compilation in the new xcode too --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80a778d..cee1c1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: - '*' jobs: swiftpm-build: - runs-on: macos-latest + runs-on: macos-13 steps: - name: Set Xcode version uses: maxim-lobanov/setup-xcode@v1