Skip to content

Commit

Permalink
Revert "Stop testing visionOS for the time being."
Browse files Browse the repository at this point in the history
This reverts commit 7017bbd.
  • Loading branch information
thomasvl committed Nov 27, 2024
1 parent e8c13f3 commit 6cb9981
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cb9981

Please sign in to comment.