Skip to content

Commit

Permalink
Test3
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF committed Apr 9, 2024
1 parent da924be commit 654b71e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# We could also build with the Autotools via brew installing them,
# but that seems unnecessary
- name: "MacOS Clang"
os: macos-latest
os: macos-14
cpp: ON
fortran: OFF
java: ON
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Install Dependencies (macOS)
run: brew install ninja
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-14'

- name: Install Dependencies
uses: ssciwr/doxygen-install@v1
Expand Down

0 comments on commit 654b71e

Please sign in to comment.