Skip to content

Commit a2a550e

Browse files
committed
bump xcode version + carthage visionOS tests
1 parent 6be8ca9 commit a2a550e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# https://github.com/CocoaPods/CocoaPods/issues/11839
1414
run: |
1515
xcode-select -p
16-
sudo xcode-select -s /Applications/Xcode_15.0.1.app/Contents/Developer
16+
sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
1717
- name: "Lint"
1818
run: make lint
1919
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test)"
@@ -64,6 +64,10 @@ jobs:
6464
env:
6565
CARTHAGE_PLATFORM: tvOS
6666
run: ./run-tests.sh
67+
- name: "Run tests (CARTHAGE_PLATFORM: visionOS)"
68+
env:
69+
CARTHAGE_PLATFORM: visionOS
70+
run: ./run-tests.sh
6771
build-linux:
6872
runs-on: ubuntu-latest
6973
steps:

0 commit comments

Comments
 (0)