Update .cirrus.yml
This commit is contained in:
parent
f887c42ab1
commit
4a45e89e9f
|
|
@ -57,8 +57,6 @@ task:
|
|||
name: "Update Base Images ($MACOS_VERSION)"
|
||||
alias: update-base
|
||||
matrix:
|
||||
- env:
|
||||
MACOS_VERSION: sequoia
|
||||
- env:
|
||||
MACOS_VERSION: sonoma
|
||||
only_if: $CIRRUS_CRON == "monthly"
|
||||
|
|
@ -127,8 +125,6 @@ task:
|
|||
name: "Release Xcode $CIRRUS_TAG ($MACOS_VERSION)"
|
||||
only_if: $CIRRUS_TAG != ""
|
||||
matrix:
|
||||
- env:
|
||||
MACOS_VERSION: sequoia
|
||||
- env:
|
||||
MACOS_VERSION: sonoma
|
||||
<<: *defaults
|
||||
|
|
|
|||
Loading…
Reference in New Issue