diff --git a/.github/workflows/compile-binaries.yaml b/.github/workflows/compile-binaries.yaml index 9a1b947..6e73656 100644 --- a/.github/workflows/compile-binaries.yaml +++ b/.github/workflows/compile-binaries.yaml @@ -36,7 +36,7 @@ jobs: arch: x86_64 - os: macos-latest arch: aarch64 - - os: windows-latest + - os: windows-2019 steps: - name: Checkout @@ -71,7 +71,7 @@ jobs: cd ./build/mac/release make - name: Compile Vina for Windows x64 - if: matrix.os == 'windows-latest' + if: matrix.os == 'windows-2019' run: | $Url = "https://sourceforge.net/projects/boost/files/boost-binaries/1.77.0/boost_1_77_0-msvc-14.2-64.exe" [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 @@ -85,4 +85,4 @@ jobs: with: name: binaries-${{ matrix.os }}${{ matrix.arch }} path: | - ./**/release/vina* \ No newline at end of file + ./**/release/vina*