From 343cc46c3fa6359328a2acf8aa286d451a031727 Mon Sep 17 00:00:00 2001 From: Dominik Bucher Date: Fri, 12 Jan 2024 14:45:20 +0100 Subject: [PATCH] use macOS 14.2 SDK to compatible with 15.2 Xcode --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index b8253df10..a6d4e91cb 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -13,7 +13,7 @@ jobs: build: runs-on: macos-13 env: - SDK_VERSION: 'macosx14.0' + SDK_VERSION: 'macosx14.2' steps: - uses: actions/checkout@v3 - name: Select Xcode version @@ -23,7 +23,7 @@ jobs: swift-version: "5.8" - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.2.0' + xcode-version: '15.1.0' - name: Build run: | SDKROOT=$SDK_VERSION swift build -v