Skip to content

Commit

Permalink
fixing visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Jan 9, 2025
1 parent 9b792b3 commit 2a9457e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/BushelKit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: macos-15
xcode: "/Applications/Xcode_16.2.app"
deviceName: "Apple Vision Pro"
osVersion: "2.1"
osVersion: "2.2"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -129,9 +129,8 @@ jobs:
if: matrix.type
run: >
xcodebuild test
-scheme ${{ env.PACKAGE_NAME }}-Package
-sdk ${{ matrix.type == 'ios' && 'iphonesimulator' || 'watchsimulator' }}
-destination 'platform=${{ matrix.type == 'ios' && 'iOS Simulator' || 'watchOS Simulator' }},name=${{ matrix.deviceName }},OS=${{ matrix.osVersion }}'
-scheme ${{ env.PACKAGE_NAME }}-Package -sdk ${{ matrix.config.type == 'ios' && 'iphonesimulator' || matrix.config.type == 'watchos' && 'watchsimulator' || 'xrsimulator' }}
-destination 'platform=${{ matrix.config.type == 'ios' && 'iOS Simulator' || matrix.config.type == 'watchos' && 'watchOS Simulator' || 'visionOS Simulator' }},name=${{ matrix.config.deviceName }},OS=${{ matrix.config.osVersion }}'
-enableCodeCoverage YES
build test
Expand Down

0 comments on commit 2a9457e

Please sign in to comment.