diff --git a/.github/workflows/vertexai.yml b/.github/workflows/vertexai.yml index 3e9bf41e292..2ae0e4fb818 100644 --- a/.github/workflows/vertexai.yml +++ b/.github/workflows/vertexai.yml @@ -18,11 +18,16 @@ jobs: spm-unit: strategy: matrix: - target: [iOS, macOS, catalyst, tvOS, visionOS, watchOS] + target: [iOS, macOS, catalyst, tvOS, watchOS] os: [macos-14] include: - os: macos-14 xcode: Xcode_15.2 + # visionOS will be unsupported on macOS 14 as of September 23, 2024: + # https://github.com/actions/runner-images/issues/10559 + - os: macos-13 + xcode: Xcode_15.2 + target: visionOS runs-on: ${{ matrix.os }} env: FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1