From d2f6ea9aa1a3d3789bffec0d6625ef0bb2ab3857 Mon Sep 17 00:00:00 2001 From: JCash Date: Wed, 1 Dec 2021 08:47:48 +0100 Subject: [PATCH] Update to windows-latest machines --- .github/workflows/editor-only.yml | 2 +- .github/workflows/main-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/editor-only.yml b/.github/workflows/editor-only.yml index f058e442f6..2acf54f56b 100644 --- a/.github/workflows/editor-only.yml +++ b/.github/workflows/editor-only.yml @@ -81,7 +81,7 @@ jobs: sign-editor-windows: if: "!contains(github.event.head_commit.message, 'skip-ci')" needs: [build-editor] - runs-on: windows-2016 + runs-on: windows-latest strategy: matrix: platform: [x86_64-win32] diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index e3a3a496f8..ae5a5e867d 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -60,7 +60,7 @@ jobs: strategy: matrix: platform: [win32, x86_64-win32] - runs-on: windows-2016 + runs-on: windows-latest steps: [ { name: 'Checkout', uses: actions/checkout@v2, with: { ref: '${{env.BUILD_BRANCH}}' } }, { name: 'Install Python', uses: actions/setup-python@v1, with: { python-version: 2.x, architecture: x64 } },