We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fd260 commit 001b802Copy full SHA for 001b802
.gitlab-ci.yml
@@ -356,8 +356,8 @@ integration:macos:
356
- job: integration:deployment
357
optional: true
358
tags:
359
- - shared-macos-amd64
360
- image: macos-11-xcode-12
+ - saas-macos-medium-m1
+ image: macos-12-xcode-14
361
script:
362
- for f in ./builds/*-macos-x64*; do "$f"; done
363
rules:
scripts/build-platforms-generate.sh
@@ -113,8 +113,8 @@ cat << EOF
113
EOF
114
cat << "EOF"
115
116
117
118
119
- eval "$(brew shellenv)"
120
- ./scripts/brew-install.sh
0 commit comments