We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82889f7 commit ee7cae4Copy full SHA for ee7cae4
.github/workflows/parchment.yml
@@ -4,6 +4,9 @@ jobs:
4
build:
5
runs-on: macos-latest
6
steps:
7
+ - uses: maxim-lobanov/setup-xcode@v1
8
+ with:
9
+ xcode-version: latest-stable
10
- uses: actions/checkout@v3
11
- name: Unit Tests
12
run: xcodebuild -project Parchment.xcodeproj -scheme "Parchment" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5' test
0 commit comments