Skip to content

Commit 1912201

Browse files
authored
Merge pull request #79 from gitx/MacOS-13
MacOS 13 x86 runner
2 parents bf25647 + a42fbd4 commit 1912201

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)