Skip to content

Commit 5e6aba6

Browse files
committed
MacOS 14
1 parent cd6ffdb commit 5e6aba6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/BuildPR.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
os : [ macOS-13 ]
1717
xcode: [ 14.1, 14.2, 15.1, 15.2 ]
1818
arch: [ x86_64 ]
19+
include:
20+
- xcode: 16.2.0
21+
os: macos-14
22+
arch: arm64
1923
steps:
2024
- name: ls Xcode
2125
run: ls -la /Applications/Xcode*

0 commit comments

Comments
 (0)