Skip to content

Commit

Permalink
visionOS buildonly on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Sep 23, 2024
1 parent 7c67839 commit 74d2d72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
target: [iOS, tvOS, macOS, catalyst, watchOS]
os: [macos-14]
xcode: [Xcode_15.2, Xcode_16]
include:
- os: macos-13
xcode: Xcode_15.2
target: visionOS
spmbuildonly: buildonly
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -89,7 +94,7 @@ jobs:
max_attempts: 3
retry_on: error
retry_wait_seconds: 120
command: scripts/build.sh ABTestingUnit ${{ matrix.target }} spm
command: scripts/build.sh ABTestingUnit ${{ matrix.target }} spm${{ matrix.spmbuildonly }}

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

0 comments on commit 74d2d72

Please sign in to comment.