Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
STREGA committed Jul 1, 2024
1 parent fefcc37 commit 0277b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
Build_Test-Swift:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer'
- name: Swift Version
run: swift --version
- name: Build using Xcode
Expand Down

0 comments on commit 0277b45

Please sign in to comment.