Update build.yml

This commit is contained in:
Jay Lee
2021-12-22 19:26:36 -05:00
committed by GitHub
parent c0c2cca44e
commit 0c8afb7fd6

View File

@@ -41,13 +41,13 @@ jobs:
goal: "build" goal: "build"
gamos: "macos" gamos: "macos"
platform: "universal2" platform: "universal2"
- os: windows-2019 - os: windows-2022
jid: 4 jid: 4
goal: "build" goal: "build"
gamos: "windows" gamos: "windows"
pyarch: "x64" pyarch: "x64"
platform: "x86_64" platform: "x86_64"
- os: windows-2019 - os: windows-2022
jid: 5 jid: 5
goal: "build" goal: "build"
gamos: "windows" gamos: "windows"
@@ -126,7 +126,7 @@ jobs:
architecture: ${{ matrix.pyarch }} architecture: ${{ matrix.pyarch }}
- name: Install Python on Windows - name: Install Python on Windows
if: matrix.os == 'windows-2019' if: matrix.os == 'windows-2022'
run: | run: |
if ( ${Env:PLATFORM} -eq "x86_64" ) if ( ${Env:PLATFORM} -eq "x86_64" )
{ {