Skip to content

Commit 6cb9981

Browse files
committed
Revert "Stop testing visionOS for the time being."
This reverts commit 7017bbd.
1 parent e8c13f3 commit 6cb9981

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cocoapods.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ jobs:
3232
extra_flags: ["", "--use-static-frameworks"]
3333
steps:
3434
- uses: actions/checkout@v4
35-
- name: "iOS, macOS, and tvOS"
36-
# GitHub runners dropped visionOS. https://github.com/actions/runner-images/issues/10559
35+
- name: "iOS, macOS, tvOS, and visionOS"
3736
run: |
3837
pod lib lint --verbose ${{ matrix.extra_flags }} \
3938
--configuration=${{ matrix.pod_configuration }} \
40-
--platforms=ios,macos,tvos \
39+
--platforms=ios,macos,tvos,visionos \
4140
--no-subspecs \
4241
--test-specs=Tests \
4342
GoogleAPIClientForREST.podspec

0 commit comments

Comments
 (0)