Skip to content

Commit 96a24f4

Browse files
committed
[Vertex AI] Run visionOS tests on macOS 13
1 parent 18c90b8 commit 96a24f4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/vertexai.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,18 @@ jobs:
1919
strategy:
2020
matrix:
2121
target: [iOS, macOS, catalyst, tvOS, visionOS, watchOS]
22-
os: [macos-14]
22+
os: [macos-13, macos-14]
2323
include:
24+
- os: macos-13
25+
xcode: Xcode_15.2
26+
target: visionOS
2427
- os: macos-14
2528
xcode: Xcode_15.2
29+
exclude:
30+
# visionOS will be unsupported on macOS 14 as of September 23, 2024:
31+
# https://github.com/actions/runner-images/issues/10559
32+
- os: macos-14
33+
target: visionOS
2634
runs-on: ${{ matrix.os }}
2735
env:
2836
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1

0 commit comments

Comments
 (0)