We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a36dd4 + 608f135 commit 207d44fCopy full SHA for 207d44f
1 file changed
.github/workflows/BuildPR.yml
@@ -13,13 +13,13 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- os : [ macOS-14 ]
17
- xcode: [ 15.4, 16.2 ]
18
- arch: [ arm64 ]
19
include:
20
- - xcode: 16.4.0
+ - xcode: 26.2
21
os: macos-15-intel
22
- arch: x86_64
+ abi: x86_64
+ os: macos-26
+ abi: arm64
23
steps:
24
- name: ls Xcode
25
run: ls -la /Applications/Xcode*
0 commit comments