summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-11-16 21:13:46 (GMT)
committerGitHub <noreply@github.com>2022-11-16 21:13:46 (GMT)
commit169896aedb4bc870c8adac191407325b80840510 (patch)
tree0d93ed26204e63959dd098b33c6552312f4e3993 /.github
parent719d800499c6c3a1abbb92871069eed53222fdbb (diff)
downloadhdf5-169896aedb4bc870c8adac191407325b80840510.zip
hdf5-169896aedb4bc870c8adac191407325b80840510.tar.gz
hdf5-169896aedb4bc870c8adac191407325b80840510.tar.bz2
Remove hard-coded version text (#2260)
* Remove hard-coded version text * Use macOS 11 until accum test is fixed see #2261
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9331594..7c3bdcb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -139,7 +139,7 @@ jobs:
# We could also build with the Autotools via brew installing them,
# but that seems unnecessary
- name: "MacOS Clang CMake"
- os: macos-latest
+ os: macos-11
cpp: ON
fortran: OFF
java: ON
@@ -358,7 +358,7 @@ jobs:
- name: Install Dependencies (macOS)
run: brew install ninja
- if: matrix.os == 'macos-latest'
+ if: matrix.os == 'macos-11'
- name: Set environment for MSVC (Windows)
run: |