Skip to content

Commit f246e7b

Browse files
committed
visionOS buildonly on macos-13
1 parent 7c67839 commit f246e7b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/abtesting.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
target: [iOS, tvOS, macOS, catalyst, watchOS]
7373
os: [macos-14]
7474
xcode: [Xcode_15.2, Xcode_16]
75+
include:
76+
- os: macos-13
77+
xcode: Xcode_15.2
78+
target: visionOS
79+
spmbuildonly: buildonly
7580
runs-on: ${{ matrix.os }}
7681
steps:
7782
- uses: actions/checkout@v4
@@ -89,7 +94,7 @@ jobs:
8994
max_attempts: 3
9095
retry_on: error
9196
retry_wait_seconds: 120
92-
command: scripts/build.sh ABTestingUnit ${{ matrix.target }} spm
97+
command: scripts/build.sh ABTestingUnit ${{ matrix.target }} spm${{ matrix.buildonly }}
9398

9499
catalyst:
95100
# Don't run on private repo unless it is a PR.

0 commit comments

Comments
 (0)