Skip to content

Commit ee7cae4

Browse files
committed
Use latest Xcode version in GitHub Actions
1 parent 82889f7 commit ee7cae4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/parchment.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ jobs:
44
build:
55
runs-on: macos-latest
66
steps:
7+
- uses: maxim-lobanov/setup-xcode@v1
8+
with:
9+
xcode-version: latest-stable
710
- uses: actions/checkout@v3
811
- name: Unit Tests
912
run: xcodebuild -project Parchment.xcodeproj -scheme "Parchment" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5' test

0 commit comments

Comments
 (0)