Skip to content

Commit e525b71

Browse files
committed
try mac hosted 1
1 parent 4ce20ce commit e525b71

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

appveyor.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ branches:
2525
- 'test-mini'
2626
# https://www.appveyor.com/docs/build-environment/#build-worker-images
2727
# https://www.appveyor.com/docs/linux-images-software/
28-
image: 'Ubuntu2204'
29-
services:
30-
- 'docker'
28+
image: 'macos-sonoma'
3129
clone_depth: 8
3230
build:
3331
verbosity: 'detailed'
@@ -58,12 +56,7 @@ build_script:
5856
- sh: |
5957
export CW_CONFIG="${APPVEYOR_REPO_BRANCH}-werror-win"
6058
. ./_versions.sh
61-
time docker pull "${DOCKER_IMAGE}"
62-
time docker run --volume="$(pwd):$(pwd)" --workdir="$(pwd)" \
63-
--env-file=<(env | grep -a -E \
64-
'^(CW_|SIGN_|COSIGN_|DEPLOY_|APPVEYOR_|CI_|DO_NOT_TRACK)') \
65-
"${DOCKER_IMAGE}" \
66-
sh -c ./_ci-linux-debian.sh
59+
sh -c ./_ci-mac-homebrew.sh
6760
6861
artifacts:
6962
- path: '*-*-mingw*.*'

0 commit comments

Comments
 (0)