Skip to content

Commit

Permalink
Pin release build virtual environments to Windows 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark authored Jun 10, 2022
1 parent 12aab95 commit 82bab1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
if: (github.event.action != 'helics-release-build') || (contains(github.event.client_payload.packages, 'msvc') || contains(github.event.client_payload.packages, 'everything'))
strategy:
matrix:
os: [windows-2016, windows-latest]
os: [windows-2016, windows-2019]
arch: [x64]
include:
- os: windows-2016
cmake_gen: 'Visual Studio 15 2017'
msvc_ver: 'msvc2017'
- os: windows-latest
- os: windows-2019
cmake_gen: 'Visual Studio 16 2019'
msvc_ver: 'msvc2019'
steps:
Expand Down Expand Up @@ -121,13 +121,13 @@ jobs:
id: [windows-x64, windows-x86, macos-x64, linux-x64]
include:
- id: windows-x64
os: windows-latest
os: windows-2019
arch: x64
cpack_gen: NSIS;ZIP
cmake_gen: 'Visual Studio 16 2019'
msvc_ver: 'msvc2019'
- id: windows-x86
os: windows-latest
os: windows-2019
arch: x86
cpack_gen: ZIP
cmake_gen: 'Visual Studio 16 2019'
Expand Down Expand Up @@ -212,12 +212,12 @@ jobs:
id: [windows-x86, windows-x64, macos-x64, ubuntu-x64]
include:
- id: windows-x86
os: windows-latest
os: windows-2019
arch: x86
cmake_gen: 'Visual Studio 16 2019'
msvc_ver: 'msvc2019'
- id: windows-x64
os: windows-latest
os: windows-2019
arch: x64
cmake_gen: 'Visual Studio 16 2019'
msvc_ver: 'msvc2019'
Expand Down

0 comments on commit 82bab1c

Please sign in to comment.