Skip to content

Commit

Permalink
Stop testing visionOS for the time being.
Browse files Browse the repository at this point in the history
The GitHub runners dropped visionOS.
actions/runner-images#10559
  • Loading branch information
thomasvl committed Sep 26, 2024
1 parent 94a1eeb commit 7017bbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ jobs:
extra_flags: ["", "--use-static-frameworks"]
steps:
- uses: actions/checkout@v4
- name: "iOS, macOS, tvOS, and visionOS"
- name: "iOS, macOS, and tvOS"
# GitHub runners dropped visionOS. https://github.com/actions/runner-images/issues/10559
run: |
pod lib lint --verbose ${{ matrix.extra_flags }} \
--configuration=${{ matrix.pod_configuration }} \
--platforms=ios,macos,tvos,visionos \
--platforms=ios,macos,tvos \
--no-subspecs \
--test-specs=Tests \
GoogleAPIClientForREST.podspec
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/swiftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
strategy:
fail-fast: false
matrix:
PLATFORM: ["ios", "macos", "tvos", "watchos", "visionos"]
# GitHub runners dropped visionOS. https://github.com/actions/runner-images/issues/10559
PLATFORM: ["ios", "macos", "tvos", "watchos"]
CONFIGURATION: ["Debug", "Release"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7017bbd

Please sign in to comment.