From 6cb9981e8c5831097036e8fb66eeeb2c2d8fed8c Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Wed, 27 Nov 2024 10:28:17 -0500 Subject: [PATCH] Revert "Stop testing visionOS for the time being." This reverts commit 7017bbd81f13d90429b17e6477c1fb370c7add61. --- .github/workflows/cocoapods.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cocoapods.yml b/.github/workflows/cocoapods.yml index fb28496b1..6bb48b897 100644 --- a/.github/workflows/cocoapods.yml +++ b/.github/workflows/cocoapods.yml @@ -32,12 +32,11 @@ jobs: extra_flags: ["", "--use-static-frameworks"] steps: - uses: actions/checkout@v4 - - name: "iOS, macOS, and tvOS" - # GitHub runners dropped visionOS. https://github.com/actions/runner-images/issues/10559 + - name: "iOS, macOS, tvOS, and visionOS" run: | pod lib lint --verbose ${{ matrix.extra_flags }} \ --configuration=${{ matrix.pod_configuration }} \ - --platforms=ios,macos,tvos \ + --platforms=ios,macos,tvos,visionos \ --no-subspecs \ --test-specs=Tests \ GoogleAPIClientForREST.podspec