summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-24 13:05:17 (GMT)
committerGitHub <noreply@github.com>2023-05-24 13:05:17 (GMT)
commit37e0484af5b6e1d7ed637725bee24ecf758a43e9 (patch)
treebd902fbc0be0e6a8a2c42e1728ef146d4623950a /.github
parent68abd201b2aa56cbc5c7bfee99bcb8d9612eb73a (diff)
downloadhdf5-37e0484af5b6e1d7ed637725bee24ecf758a43e9.zip
hdf5-37e0484af5b6e1d7ed637725bee24ecf758a43e9.tar.gz
hdf5-37e0484af5b6e1d7ed637725bee24ecf758a43e9.tar.bz2
Update GitHub macOS actions to v13 (#2999)
* Update macOS to 13 * Fix the DYLD_LIBRARY_PATH issue on macOS 12 & 13 + CMake that caused the accum test to fail
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c5d2d42..96ed60f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -157,7 +157,7 @@ jobs:
# We could also build with the Autotools via brew installing them,
# but that seems unnecessary
- name: "MacOS Clang CMake"
- os: macos-11
+ os: macos-13
cpp: ON
fortran: OFF
java: ON
@@ -462,7 +462,7 @@ jobs:
- name: Install Dependencies (macOS)
run: brew install ninja
- if: matrix.os == 'macos-11'
+ if: matrix.os == 'macos-13'
- name: Set environment for MSVC (Windows)
run: |
@@ -530,7 +530,7 @@ jobs:
- name: CMake Build
run: cmake --build . --parallel 3 --config ${{ matrix.build_mode.cmake }}
working-directory: ${{ runner.workspace }}/build
- if: matrix.generator != 'autogen'
+ if: (matrix.generator != 'autogen')
#
# RUN TESTS