Skip to content

Commit

Permalink
Add CI Build for Xcode 14 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Jun 27, 2023
1 parent 0e070d9 commit ecc5b45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
artifactname: Spezi-Package.xcresult
runsonlabels: '["macOS", "self-hosted"]'
scheme: Spezi-Package
build:
name: Build Swift Package on Xcode 14
uses: StanfordSpezi/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
runsonlabels: '["macos-13"]'
scheme: Spezi-Package
buildandtestuitests:
name: Build and Test UI Tests
uses: StanfordSpezi/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
Expand Down

0 comments on commit ecc5b45

Please sign in to comment.