Skip to content

Commit 7152ff8

Browse files
committed
Public MacOS 14 runner
1 parent 0708b54 commit 7152ff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/BuildPR.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os : [ macOS-13 ]
17-
xcode: [ 14.1, 14.2, 15.1, 15.2 ]
18-
arch: [ x86_64 ]
16+
os : [ macOS-14 ]
17+
xcode: [ 15.1, 15.2, 15.3, 15.4, 16.1, 16.2 ]
18+
arch: [ arm64 ]
1919
steps:
2020
- name: ls Xcode
2121
run: ls -la /Applications/Xcode*

0 commit comments

Comments
 (0)