Skip to content

Commit

Permalink
Run on latest Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Sep 9, 2024
1 parent 136fe89 commit 61a9a5a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
runsonlabels: '["macOS", "self-hosted"]'
scheme: SpeziScheduler
xcodeversion: latest
swiftVersion: 6
resultBundle: SpeziScheduler-iOS.xcresult
artifactname: SpeziScheduler-iOS.xcresult
buildandtest_watchos:
Expand All @@ -31,6 +33,8 @@ jobs:
runsonlabels: '["macOS", "self-hosted"]'
scheme: SpeziScheduler
destination: 'platform=watchOS Simulator,name=Apple Watch Series 9 (45mm)'
xcodeversion: latest
swiftVersion: 6
resultBundle: SpeziScheduler-watchOS.xcresult
artifactname: SpeziScheduler-watchOS.xcresult
buildandtest_visionos:
Expand All @@ -40,6 +44,8 @@ jobs:
runsonlabels: '["macOS", "self-hosted"]'
scheme: SpeziScheduler
destination: 'platform=visionOS Simulator,name=Apple Vision Pro'
xcodeversion: latest
swiftVersion: 6
resultBundle: SpeziScheduler-visionOS.xcresult
artifactname: SpeziScheduler-visionOS.xcresult
buildandtest_macos:
Expand All @@ -49,6 +55,8 @@ jobs:
runsonlabels: '["macOS", "self-hosted"]'
scheme: SpeziScheduler
destination: 'platform=macOS,arch=arm64'
xcodeversion: latest
swiftVersion: 6
resultBundle: SpeziScheduler-macOS.xcresult
artifactname: SpeziScheduler-macOS.xcresult
buildandtestuitests_ios:
Expand All @@ -58,6 +66,8 @@ jobs:
xcodeversion: latest
artifactname: TestApp.xcresult
runsonlabels: '["macOS", "self-hosted"]'
xcodeversion: latest
swiftVersion: 6
path: 'Tests/UITests'
scheme: TestApp
uploadcoveragereport:
Expand Down

0 comments on commit 61a9a5a

Please sign in to comment.