Skip to content

Commit

Permalink
Merge pull request #731 from rechsteiner/actions
Browse files Browse the repository at this point in the history
Update build server to Xcode 16
  • Loading branch information
rechsteiner authored Sep 17, 2024
2 parents 2e3283e + 7799b0f commit c3aab6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parchment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.0-beta'
xcode-version: '16.0'
- uses: actions/checkout@v3
- name: Unit Tests
run: xcodebuild -project Parchment.xcodeproj -scheme "Parchment" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=18.0' test
Expand Down

0 comments on commit c3aab6d

Please sign in to comment.