Skip to content

Commit

Permalink
ci: install vision pro simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj committed Nov 8, 2024
1 parent 1e448b9 commit 2df2b46
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -15,7 +15,7 @@ jobs:

release:
name: Release
runs-on: macos-13
runs-on: macos-14
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} # Using Manoel's token for now

Expand Down
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ bootstrap:
brew install swiftformat
brew install peripheryapp/periphery/periphery

# download SDKs
# install missing simulator(s) from runner
# release pod
releaseCocoaPods:
set -o pipefail && xcrun xcodebuild -downloadAllPlatforms
# I think we can do without this but let's leave it for now
set -o pipefail && xcrun xcodebuild -downloadAllPlatforms
xcrun simctl create "Apple Vision Pro" "Apple Vision Pro" "xros-1.0"
pod trunk push PostHog.podspec --allow-warnings

0 comments on commit 2df2b46

Please sign in to comment.