From 0c8afb7fd60bd5b6ad16df204e0c6f6cfb582866 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 22 Dec 2021 19:26:36 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7344c88..e52b4286 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,13 +41,13 @@ jobs: goal: "build" gamos: "macos" platform: "universal2" - - os: windows-2019 + - os: windows-2022 jid: 4 goal: "build" gamos: "windows" pyarch: "x64" platform: "x86_64" - - os: windows-2019 + - os: windows-2022 jid: 5 goal: "build" gamos: "windows" @@ -126,7 +126,7 @@ jobs: architecture: ${{ matrix.pyarch }} - name: Install Python on Windows - if: matrix.os == 'windows-2019' + if: matrix.os == 'windows-2022' run: | if ( ${Env:PLATFORM} -eq "x86_64" ) {