summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-12-01 16:11:18 (GMT)
committerGitHub <noreply@github.com>2021-12-01 16:11:18 (GMT)
commite048f659abb43b1c7747a13318ea42b2d33cd4d1 (patch)
treedfe08ab80adf7e7688e293964599b5ce82583410
parentaa662da0ff6572a84889d029b87f4fdb311e0fd8 (diff)
downloadhdf5-e048f659abb43b1c7747a13318ea42b2d33cd4d1.zip
hdf5-e048f659abb43b1c7747a13318ea42b2d33cd4d1.tar.gz
hdf5-e048f659abb43b1c7747a13318ea42b2d33cd4d1.tar.bz2
change windows os from 2016 to latest (#1244)
* change windows os from 2016 to latest * Upgrade the VS version used. * specify windows VS version
-rw-r--r--.github/workflows/main.yml8
-rw-r--r--.github/workflows/pr-check.yml8
2 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a9b3c4a..3853eda 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
@@ -29,7 +29,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
@@ -77,7 +77,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
@@ -85,7 +85,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
diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml
index 7d8afc2..6383617 100644
--- a/.github/workflows/pr-check.yml
+++ b/.github/workflows/pr-check.yml
@@ -16,7 +16,7 @@ jobs:
include:
- name: "Windows Latest MSVC"
artifact: "Windows-MSVC.tar.xz"
- os: windows-latest
+ os: windows-2022
build_type: "Release"
toolchain: ""
cpp: ON
@@ -24,7 +24,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
@@ -72,7 +72,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
@@ -80,7 +80,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