File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ branches:
25
25
- ' test-mini'
26
26
# https://www.appveyor.com/docs/build-environment/#build-worker-images
27
27
# https://www.appveyor.com/docs/linux-images-software/
28
- image : ' Ubuntu2204'
29
- services :
30
- - ' docker'
28
+ image : ' macos-sonoma'
31
29
clone_depth : 8
32
30
build :
33
31
verbosity : ' detailed'
@@ -58,12 +56,7 @@ build_script:
58
56
- sh : |
59
57
export CW_CONFIG="${APPVEYOR_REPO_BRANCH}-werror-win"
60
58
. ./_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
67
60
68
61
artifacts :
69
62
- path : ' *-*-mingw*.*'
You can’t perform that action at this time.
0 commit comments