Skip to content

Commit

Permalink
Update compile-binaries.yaml to use windows-2019
Browse files Browse the repository at this point in the history
  • Loading branch information
atillack authored Nov 1, 2024
1 parent e6f98f8 commit 1953516
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
arch: x86_64
- os: macos-latest
arch: aarch64
- os: windows-latest
- os: windows-2019

steps:
- name: Checkout
Expand Down Expand Up @@ -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
Expand All @@ -85,4 +85,4 @@ jobs:
with:
name: binaries-${{ matrix.os }}${{ matrix.arch }}
path: |
./**/release/vina*
./**/release/vina*

0 comments on commit 1953516

Please sign in to comment.