We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c13f3 commit 6cb9981Copy full SHA for 6cb9981
.github/workflows/cocoapods.yml
@@ -32,12 +32,11 @@ jobs:
32
extra_flags: ["", "--use-static-frameworks"]
33
steps:
34
- uses: actions/checkout@v4
35
- - name: "iOS, macOS, and tvOS"
36
- # GitHub runners dropped visionOS. https://github.com/actions/runner-images/issues/10559
+ - name: "iOS, macOS, tvOS, and visionOS"
37
run: |
38
pod lib lint --verbose ${{ matrix.extra_flags }} \
39
--configuration=${{ matrix.pod_configuration }} \
40
- --platforms=ios,macos,tvos \
+ --platforms=ios,macos,tvos,visionos \
41
--no-subspecs \
42
--test-specs=Tests \
43
GoogleAPIClientForREST.podspec
0 commit comments