From 4f0128ee7723a0a22f85074637ae550ab852bb21 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 29 Jan 2024 22:28:36 +0000 Subject: [PATCH] [ci] Update to latest version of cicleci windows orb (#1339) See https://github.com/emscripten-core/emscripten/pull/21110 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3b44851..6033ad3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - win: circleci/windows@1.0.0 + win: circleci/windows@5.0 executors: bionic: @@ -108,7 +108,7 @@ jobs: - test-macos test-windows: executor: - name: win/vs2019 + name: win/server-2019 shell: bash.exe environment: # We need python installed before we can test anytyhing. @@ -289,7 +289,7 @@ jobs: test-bazel-windows: executor: - name: win/vs2019 + name: win/server-2019 shell: powershell.exe -ExecutionPolicy Bypass environment: PYTHONUNBUFFERED: "1"