Skip to content

Commit

Permalink
Try 15.2 and see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikBucher12 committed Jan 12, 2024
1 parent 3a90e16 commit 9c9113d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
with:
swift-version: "5.8"
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.1'
- name: Set up Xcode 15
uses: actions/setup-xcode@v2
with:
xcode-version: '15.2'
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit 9c9113d

Please sign in to comment.