Skip to content

Commit 80208b1

Browse files
authored
fix(ci): vision pro runtime version (#282)
* fix: use VisionOS 2.2 which comes with latest Xcode16.2 * ci: pin Xcode version to 16.2
1 parent b74ed6e commit 80208b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525
- uses: maxim-lobanov/setup-xcode@v1
2626
with:
27-
xcode-version: latest-stable
27+
xcode-version: '16.2'
2828

2929
- name: Bootstrap
3030
run: make bootstrap

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ releaseCocoaPods:
9292
# I think we can do without these next 2 steps but let's leave it for now
9393
set -o pipefail && xcrun xcodebuild -downloadAllPlatforms
9494
# install Apple Vision Pro
95-
xcrun simctl create "Apple Vision Pro" "Apple Vision Pro" "xros2.1"
95+
xcrun simctl create "Apple Vision Pro" "Apple Vision Pro" "xros2.2"
9696
pod trunk push PostHog.podspec --allow-warnings

0 commit comments

Comments
 (0)