diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e73da8..e08d31c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -308,7 +308,7 @@ jobs: build-windows: # The type of runner that the job will run on - runs-on: windows-2019 + runs-on: windows-2022 strategy: # You can use PyPy versions in python-version. # For example, pypy2 and pypy3 @@ -336,7 +336,6 @@ jobs: curl -L -o SDL2.zip https://github.com/libsdl-org/SDL/releases/download/release-2.30.8/SDL2-devel-2.30.8-VC.zip Expand-Archive -Path SDL2.zip -DestinationPath ${{ github.workspace }}\SDL2 echo SDL_DIR=${{ github.workspace }}\SDL2\SDL2-2.30.8\cmake >> $GITHUB_ENV - export SDL_DIR=/d/a/raylib-python-cffi/raylib-python-cffi/SDL2-devel-2.30.8-VC/cmake cd raylib-c mkdir build cd build