Skip to content

Commit

Permalink
GHA: Run on macOS-13, not latest
Browse files Browse the repository at this point in the history
... require for Xcode 15.
  • Loading branch information
helje5 committed Jan 29, 2024
1 parent 47ae0ce commit 384817e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build Swift Release Package
run: swift build -c release
nextstep:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Select latest available Xcode
uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit 384817e

Please sign in to comment.