Skip to content

Commit

Permalink
Update Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Nov 9, 2023
1 parent aadaf0e commit c9d6926
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ name: Swift

jobs:
build:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: xcode-select
run: sudo xcode-select -s /Applications/Xcode_15.0.app
- name: Build
run: swift build -Xswiftc -warnings-as-errors
- name: Test
Expand Down

0 comments on commit c9d6926

Please sign in to comment.