Xcode 16.1
This commit is contained in:
parent
2a0a476e3b
commit
159d4c1c36
|
|
@ -5,7 +5,7 @@ task:
|
|||
- MACOS_VERSION: sonoma
|
||||
XCODE_VERSIONS: 16,15.4,15.3,15.2
|
||||
- MACOS_VERSION: sequoia
|
||||
XCODE_VERSIONS: "16,\"16.2-beta-1\",\"16.1-rc\",15.4"
|
||||
XCODE_VERSIONS: "16.1,\"16.2-beta-1\",16,15.4"
|
||||
<<: *defaults
|
||||
pull_base_script:
|
||||
- tart pull ghcr.io/cirruslabs/macos-$MACOS_VERSION-base:latest
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ task:
|
|||
env:
|
||||
matrix:
|
||||
- MACOS_VERSION: sequoia
|
||||
XCODE_VERSION: 16.1-rc
|
||||
XCODE_VERSION: 16.1
|
||||
LATEST: true
|
||||
- MACOS_VERSION: sequoia
|
||||
XCODE_VERSION: 16
|
||||
LATEST: true
|
||||
- MACOS_VERSION: sonoma
|
||||
XCODE_VERSION: 16
|
||||
LATEST: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue