Skip to content

Commit 22cd8ba

Browse files
thomasvlesrauchg
authored andcommitted
[ObjC] Disabling visionOS on CI.
Github dropped support for the current image: actions/runner-images#10559 There is a new image that has visionOS, but it is listed as "beta", so it might make sense to wait and revisit when generally updating the macOS images/tools. PiperOrigin-RevId: 679264196 [ObjC] Disabling visionOS on CI. Github dropped support for the current image: actions/runner-images#10559 There is a new image that has visionOS, but it is listed as "beta", so it might make sense to wait and revisit when generally updating the macOS images/tools. PiperOrigin-RevId: 679264196 [ObjC] Disabling visionOS on CI. Github dropped support for the current image: actions/runner-images#10559 There is a new image that has visionOS, but it is listed as "beta", so it might make sense to wait and revisit when generally updating the macOS images/tools. PiperOrigin-RevId: 679264196
1 parent c4124f9 commit 22cd8ba

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test_objectivec.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,12 @@ jobs:
6868
strategy:
6969
fail-fast: false # Don't cancel all jobs if one fails.
7070
matrix:
71-
PLATFORM: ["ios", "macos", "tvos", "watchos", "visionos"]
71+
# Disabling visionOS for now: https://github.com/actions/runner-images/issues/10559
72+
PLATFORM: ["ios", "macos", "tvos", "watchos"]
7273
CONFIGURATION: ["Debug", "Release"]
7374
include:
7475
- OS: macos-12
7576
XCODE: "14.1"
76-
- OS: macos-14
77-
PLATFORM: "visionos"
78-
XCODE: "15.2"
79-
EXTRA_FLAGS: --copt="-Wno-deprecated-non-prototype"
8077
name: CocoaPods ${{ matrix.PLATFORM }} ${{ matrix.CONFIGURATION }}
8178
runs-on: ${{ matrix.OS }}
8279
steps:

0 commit comments

Comments
 (0)