We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5388b commit 9c562b3Copy full SHA for 9c562b3
.github/workflows/ci_pr_tests.yml
@@ -7,9 +7,9 @@ jobs:
7
name: Run Tests
8
runs-on: macos-13
9
env:
10
- DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer
+ DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
11
steps:
12
- name: Checkout the Git repository
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
- name: Build and run tests
15
run: make test
0 commit comments