Skip to content

Commit 0277b45

Browse files
committed
Update ci.yml
1 parent fefcc37 commit 0277b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88

99
jobs:
1010
Build_Test-Swift:
11-
runs-on: macos-13
11+
runs-on: macos-14
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Select Xcode version
15-
run: sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer'
15+
run: sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer'
1616
- name: Swift Version
1717
run: swift --version
1818
- name: Build using Xcode

0 commit comments

Comments
 (0)