Skip to content

Commit

Permalink
use macOS 14.2 SDK to compatible with 15.2 Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikBucher12 committed Jan 12, 2024
1 parent 7581642 commit 343cc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 343cc46

Please sign in to comment.