Skip to content

Commit 8573bc4

Browse files
committed
Install visionOS simulator and switch quickstart to Xcode 16.4
1 parent 88aafe4 commit 8573bc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
107107
- name: Install visionOS, if needed.
108108
if: matrix.platform == 'visionOS'
109-
run: ls $(xcode-select -p)/Platforms/XROS.platform || \
110-
{ xcodebuild -downloadPlatform visionOS }
109+
run:
110+
xcodebuild -downloadPlatform visionOS
111111
- name: Run setup command, if needed.
112112
if: inputs.setup_command != ''
113113
run: ${{ inputs.setup_command }}

.github/workflows/firebaseai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
matrix:
8787
include:
8888
- os: macos-15
89-
xcode: Xcode_16.2
89+
xcode: Xcode_16.4
9090
runs-on: ${{ matrix.os }}
9191
env:
9292
BRANCH_NAME: ${{ github.head_ref || github.ref_name || 'main' }}

0 commit comments

Comments
 (0)