From e38b873eaeec6105dcf4c2511a7c29ca6cf0749c Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 7 Sep 2021 14:13:23 +0200 Subject: [PATCH] [ci] Use different executer for win64 jobs --- .circleci/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6a0bc73e7..0c857ba71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: