Skip to content

Commit 001b802

Browse files
committed
ci: changed to m1 macos
1 parent a8fd260 commit 001b802

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ integration:macos:
356356
- job: integration:deployment
357357
optional: true
358358
tags:
359-
- shared-macos-amd64
360-
image: macos-11-xcode-12
359+
- saas-macos-medium-m1
360+
image: macos-12-xcode-14
361361
script:
362362
- for f in ./builds/*-macos-x64*; do "$f"; done
363363
rules:

Diff for: scripts/build-platforms-generate.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ cat << EOF
113113
EOF
114114
cat << "EOF"
115115
tags:
116-
- shared-macos-amd64
117-
image: macos-11-xcode-12
116+
- saas-macos-medium-m1
117+
image: macos-12-xcode-14
118118
script:
119119
- eval "$(brew shellenv)"
120120
- ./scripts/brew-install.sh

0 commit comments

Comments
 (0)