Skip to content

Commit a42fbd4

Browse files
committed
MacOS 13 x86 runner
1 parent bf25647 commit a42fbd4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/BuildPR.yml

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616
os : [ macOS-14 ]
1717
xcode: [ 15.4, 16.2 ]
1818
arch: [ arm64 ]
19+
include:
20+
- xcode: 15.2.0
21+
os: macos-13
22+
arch: x86_64
23+
- xcode: 14.2.0
24+
os: macos-13
25+
arch: x86_64
1926
steps:
2027
- name: ls Xcode
2128
run: ls -la /Applications/Xcode*

0 commit comments

Comments
 (0)