Skip to content

Commit

Permalink
Update CI to use macOS 14 Apple Silicon runner
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Jan 31, 2024
1 parent caeb693 commit 8188615
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test-package-excluding-visionOS:
name: "Test Package"
runs-on: macos-13
runs-on: macos-14
strategy:
fail-fast: false
matrix:
Expand All @@ -28,7 +28,7 @@ jobs:

test-package-macos-13:
name: "Test Package"
runs-on: macos-13
runs-on: macos-14
strategy:
fail-fast: false
matrix:
Expand All @@ -44,7 +44,7 @@ jobs:

build-example-excluding-visionOS:
name: "Build Example App"
runs-on: macos-13
runs-on: macos-14
strategy:
fail-fast: false
matrix:
Expand All @@ -63,7 +63,7 @@ jobs:

build-example-macos-13:
name: "Build Example App"
runs-on: macos-13
runs-on: macos-14
strategy:
fail-fast: false
matrix:
Expand Down
5 changes: 0 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,5 @@ def ifVisionOSEnabled
end

def installVisionOSIfNecessary
# visionOS is unsupported by default on Intel, but we can override this
# https://github.com/actions/runner-images/issues/8144#issuecomment-1902072070
sh 'defaults write com.apple.dt.Xcode AllowUnsupportedVisionOSHost -bool YES'
sh 'defaults write com.apple.CoreSimulator AllowUnsupportedVisionOSHost -bool YES'

xcodebuild("-downloadPlatform visionOS")
end

0 comments on commit 8188615

Please sign in to comment.