summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-12-02 19:10:06 (GMT)
committerGitHub <noreply@github.com>2021-12-02 19:10:06 (GMT)
commitc03ab3cb8d85bd528984dc5523971744352cd672 (patch)
tree85527cd07d8cd5873e9abca119288d65f1a1d0cb /.github/workflows/main.yml
parent4ed560ed14e1ea6911904419377eeb6739e8746d (diff)
downloadhdf5-c03ab3cb8d85bd528984dc5523971744352cd672.zip
hdf5-c03ab3cb8d85bd528984dc5523971744352cd672.tar.gz
hdf5-c03ab3cb8d85bd528984dc5523971744352cd672.tar.bz2
change windows os from 2016 to latest (#1242)
* change windows os from 2016 to latest * Upgrade the VS version used. * specify windows VS version
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ae429a2..7b1d0c4 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
include:
- name: "Windows Latest MSVC"
artifact: "Windows-MSVC.tar.xz"
- os: windows-latest
+ os: windows-2022
build_type: "Release"
toolchain: ""
cpp: ON
@@ -30,7 +30,7 @@ jobs:
ts: OFF
hl: ON
parallel: OFF
- generator: "-G \"Visual Studio 16 2019\" -A x64"
+ generator: "-G \"Visual Studio 17 2022\" -A x64"
- name: "Ubuntu Latest GCC"
artifact: "Linux.tar.xz"
os: ubuntu-latest
@@ -82,7 +82,7 @@ jobs:
# Threadsafe runs
- name: "Windows TS MSVC"
artifact: "Windows-MSVCTS.tar.xz"
- os: windows-2016
+ os: windows-2019
build_type: "Release"
toolchain: ""
cpp: OFF
@@ -91,7 +91,7 @@ jobs:
ts: ON
hl: OFF
parallel: OFF
- generator: "-G \"Visual Studio 15 2017 Win64\""
+ generator: "-G \"Visual Studio 16 2019\" -A x64"
- name: "Ubuntu TS GCC"
artifact: "LinuxTS.tar.xz"
os: ubuntu-latest