We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be8ca9 commit a2a550eCopy full SHA for a2a550e
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
# https://github.com/CocoaPods/CocoaPods/issues/11839
14
run: |
15
xcode-select -p
16
- sudo xcode-select -s /Applications/Xcode_15.0.1.app/Contents/Developer
+ sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
17
- name: "Lint"
18
run: make lint
19
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test)"
@@ -64,6 +64,10 @@ jobs:
64
env:
65
CARTHAGE_PLATFORM: tvOS
66
run: ./run-tests.sh
67
+ - name: "Run tests (CARTHAGE_PLATFORM: visionOS)"
68
+ env:
69
+ CARTHAGE_PLATFORM: visionOS
70
+ run: ./run-tests.sh
71
build-linux:
72
runs-on: ubuntu-latest
73
steps:
0 commit comments