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: