Skip to content

Commit

Permalink
CI: use the same tag for arm64 macos nightlies as the regular builds
Browse files Browse the repository at this point in the history
Otherwise the nightly is using prebuilt contribs from a mismatching toolchain.
  • Loading branch information
robUx4 committed Jul 19, 2024
1 parent 5ebffba commit 903592a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extras/ci/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,6 @@ macos-arm64:

.nightly-macos-common:
extends: .macos-common
tags:
- monterey
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
after_script:
Expand All @@ -552,10 +550,14 @@ macos-arm64:

nightly-macos-x86_64:
extends: .nightly-macos-common
tags:
- monterey
variables: *variables-macos-x86_64

nightly-macos-arm64:
extends: .nightly-macos-common
tags:
- macos-xcode15
variables: *variables-macos-arm64

#
Expand Down

0 comments on commit 903592a

Please sign in to comment.