From b738d57433faf05d6bb2198e51161a432c903f40 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 19 Feb 2021 13:24:16 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cd47120..6b6ed9f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: jid: 5 goal: "build" gamos: "windows" - python: ${{ matrix.env.BUILD_PYTHON_VERSION }} + python: 3.9.2 pyarch: "x64" platform: "x86_64" - os: windows-2019 @@ -73,7 +73,7 @@ jobs: goal: "build" gamos: "windows" platform: "x86" - python: ${{ matrix.env.BUILD_PYTHON_VERSION }} + python: 3.9.2 pyarch: "x86" - os: ubuntu-20.04 goal: "test"