Skip to content

Commit 3cb6af9

Browse files
committed
Public MacOS 14 runner
1 parent 254e172 commit 3cb6af9

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: [ Xcode_14.1, Xcode_14.2, Xcode_15.1, Xcode_15.2 ]
18-
arch: [ x86_64 ]
16+
os : [ macOS-14 ]
17+
xcode: [ Xcode_15.1, Xcode_15.2, Xcode_15.3, Xcode_15.4, Xcode_16.1, Xcode_16.2 ]
18+
arch: [ arm64 ]
1919
steps:
2020
- name: ls Xcode
2121
run: ls -la /Applications/Xcode*

0 commit comments

Comments
 (0)