Skip to content

Commit

Permalink
Use latest Xcode version in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rechsteiner committed May 24, 2024
1 parent 82889f7 commit ee7cae4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/parchment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- 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=17.5' test
Expand Down

0 comments on commit ee7cae4

Please sign in to comment.