[ci] Use different executer for win64 jobs
This commit is contained in:
parent
48c9869bda
commit
e38b873eae
|
@ -4,6 +4,9 @@ executors:
|
|||
win32-executor:
|
||||
docker:
|
||||
- image: cimg/base:edge-20.04
|
||||
win64-executor:
|
||||
docker:
|
||||
- image: cimg/base:edge-20.04
|
||||
autotools-executor:
|
||||
docker:
|
||||
- image: cimg/base:edge-20.04
|
||||
|
@ -127,7 +130,7 @@ jobs:
|
|||
.ci/publish_release_artifact.sh harfbuzz-win32-$CIRCLE_TAG.zip
|
||||
|
||||
crossbuild-win64:
|
||||
executor: win32-executor
|
||||
executor: win64-executor
|
||||
steps:
|
||||
- checkout
|
||||
- run: sudo apt update && DEBIAN_FRONTEND=noninteractive sudo apt install -y ninja-build gtk-doc-tools python3 python3-pip git g++-mingw-w64-x86-64 zip
|
||||
|
@ -140,7 +143,7 @@ jobs:
|
|||
paths: harfbuzz-win64.zip
|
||||
|
||||
publish-win64:
|
||||
executor: win32-executor
|
||||
executor: win64-executor
|
||||
steps:
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
|
|
Loading…
Reference in New Issue