From ce247b4d021170e5ae51eda2aea8600bac9e550b Mon Sep 17 00:00:00 2001 From: Joel Watson Date: Wed, 12 Oct 2022 14:55:51 -0500 Subject: [PATCH] Switch to windows-2019 runner GitHub removed the windows-2016 runner on March 15, 2022: https://github.blog/changelog/2021-10-19-github-actions-the-windows-2016-runner-image-will-be-removed-from-github-hosted-runners-on-march-15-2022/ --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b35e98..59b2479 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, ubuntu-18.04, macos-latest, windows-latest, windows-2016] + os: [ubuntu-latest, ubuntu-18.04, macos-latest, windows-latest, windows-2019] name: Install the cli steps: - name: Checkout