Skip to content

Commit

Permalink
fix(ci): vision pro runtime version (#282)
Browse files Browse the repository at this point in the history
* fix: use VisionOS 2.2 which comes with latest Xcode16.2

* ci: pin Xcode version to 16.2
  • Loading branch information
ioannisj authored Jan 13, 2025
1 parent b74ed6e commit 80208b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '16.2'

- name: Bootstrap
run: make bootstrap
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ releaseCocoaPods:
# I think we can do without these next 2 steps but let's leave it for now
set -o pipefail && xcrun xcodebuild -downloadAllPlatforms
# install Apple Vision Pro
xcrun simctl create "Apple Vision Pro" "Apple Vision Pro" "xros2.1"
xcrun simctl create "Apple Vision Pro" "Apple Vision Pro" "xros2.2"
pod trunk push PostHog.podspec --allow-warnings

0 comments on commit 80208b1

Please sign in to comment.