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