Skip to content

Commit

Permalink
Other name?
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Jun 25, 2024
1 parent 52606e1 commit ef11156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
runsonlabels: '["macOS", "self-hosted"]'
scheme: SpeziDevices-Package
destination: 'platform=visionOS Simulator'
destination: 'platform=visionOS Simulator,name=Any visionOS Simulator Device'
resultBundle: SpeziDevices-visionOS.xcresult
artifactname: SpeziDevices-visionOS.xcresult
ios:
Expand All @@ -49,7 +49,7 @@ jobs:
runsonlabels: '["macOS", "self-hosted"]'
path: 'Tests/UITests'
scheme: TestApp
destination: 'platform=visionOS Simulator'
destination: 'platform=visionOS Simulator,name=Any visionOS Simulator Device'
resultBundle: TestApp-visionOS.xcresult
artifactname: TestApp-visionOS.xcresult
codeql:
Expand Down

0 comments on commit ef11156

Please sign in to comment.