Skip to content

Commit cf55905

Browse files
committed
github: disable visionOS and build on Xcode 15.0
1 parent 46180a9 commit cf55905

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
default: 'false'
2424

2525
env:
26-
BUILD_XCODE_PATH: /Applications/Xcode_15.1.app
26+
BUILD_XCODE_PATH: /Applications/Xcode_15.0.app
2727
RUNNER_IMAGE: macos-13
2828

2929
jobs:
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
arch: [arm64]
56-
platform: [ios, ios_simulator, ios-tci, macos, visionos, visionos_simulator, visionos-tci]
56+
platform: [ios, ios_simulator, ios-tci, macos]
5757
include:
5858
# x86_64 supported only for macOS and simulators
5959
- arch: x86_64
@@ -153,7 +153,7 @@ jobs:
153153
strategy:
154154
matrix:
155155
arch: [arm64]
156-
platform: [ios, ios_simulator, ios-tci, macos, visionos, visionos_simulator, visionos-tci]
156+
platform: [ios, ios_simulator, ios-tci, macos]
157157
include:
158158
# x86_64 supported only for macOS and simulators
159159
- arch: x86_64

0 commit comments

Comments
 (0)