diff --git a/circle.yml b/circle.yml index d006553c..a5f2648e 100644 --- a/circle.yml +++ b/circle.yml @@ -3,14 +3,13 @@ version: 2.1 # for testing on Windows -# https://circleci.com/docs/2.0/hello-world-windows/ orbs: - win: circleci/windows@1 + win: circleci/windows@5 executors: mac: macos: - xcode: "13.0.0" + xcode: "14.0.1" jobs: mac-test: @@ -30,7 +29,7 @@ jobs: linux-test: docker: # find Docker image at https://github.com/cypress-io/cypress-docker-images - - image: cypress/base:16.18.1 + - image: cypress/base:18.16.1 working_directory: ~/repo @@ -46,7 +45,7 @@ jobs: win-test: working_directory: ~/app executor: - name: win/vs2019 + name: win/default shell: bash.exe steps: - checkout @@ -67,3 +66,4 @@ workflows: context: test-runner:commit-status-checks - mac-test: context: test-runner:commit-status-checks +