Skip to content

Commit 9c562b3

Browse files
authored
Update ci_pr_tests.yml
1 parent df5388b commit 9c562b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_pr_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
name: Run Tests
88
runs-on: macos-13
99
env:
10-
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer
10+
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
1111
steps:
1212
- name: Checkout the Git repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
- name: Build and run tests
1515
run: make test

0 commit comments

Comments
 (0)