Skip to content

Commit 5610059

Browse files
committed
Update GitHub Actions
1 parent a65c2f3 commit 5610059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/iOS-tvOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616

1717
- name: Select Xcode version
18-
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
18+
run: sudo xcode-select -s '/Applications/Xcode_16.3.app/Contents/Developer'
1919

2020
- name: Swift Version
2121
run: swift --version

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616

1717
- name: Select Xcode version
18-
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
18+
run: sudo xcode-select -s '/Applications/Xcode_16.3.app/Contents/Developer'
1919

2020
- name: Swift Version
2121
run: swift --version

0 commit comments

Comments
 (0)