From 2d8c3427c4d90a213fb02afdc208f495efdd0a81 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 17:45:32 -0500 Subject: [PATCH] actions take 92 --- .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 55bb49d4..4a327c05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,13 +44,13 @@ jobs: jid: 5 goal: "build" gamos: "windows" - python: ${{ BUILD_PYTHON_VERSION }} + python: 3.9.0 - os: windows-2019 jid: 6 goal: "build" gamos: "windows" PLATFORM: "x86" - python: ${{ BUILD_PYTHON_VERSION }} + python: 3.9.0 - os: ubuntu-20.04 goal: "test" python: "3.6"