Skip to content

Commit

Permalink
ci: changed to m1 macos
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jun 28, 2023
1 parent a8fd260 commit 001b802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ integration:macos:
- job: integration:deployment
optional: true
tags:
- shared-macos-amd64
image: macos-11-xcode-12
- saas-macos-medium-m1
image: macos-12-xcode-14
script:
- for f in ./builds/*-macos-x64*; do "$f"; done
rules:
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-platforms-generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ cat << EOF
EOF
cat << "EOF"
tags:
- shared-macos-amd64
image: macos-11-xcode-12
- saas-macos-medium-m1
image: macos-12-xcode-14
script:
- eval "$(brew shellenv)"
- ./scripts/brew-install.sh
Expand Down

0 comments on commit 001b802

Please sign in to comment.