Skip to content

Commit 3f084bd

Browse files
authored
Update zashi-tests.yml
1 parent ace0e84 commit 3f084bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zashi-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
permissions:
1010
contents: read
1111

12-
runs-on: macos-13
12+
runs-on: macos-latest
1313

1414
steps:
1515
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
1616
timeout-minutes: 1
1717

1818
- name: Select Xcode version
19-
run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'
19+
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
2020

2121
- name: Run tests
2222
timeout-minutes: 30

0 commit comments

Comments
 (0)