Skip to content

Commit

Permalink
Sync upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Jan 17, 2025
1 parent 44248a9 commit 4159dd3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
#
# No Fortran, parallel, or VFDs that rely on POSIX things
- name: "Windows MSVC"
os: [windows-2019, windows-latest]
os: windows-latest
cpp: ON
fortran: OFF
java: ON
Expand All @@ -67,7 +67,7 @@ jobs:
# Linux (Ubuntu) w/ gcc + CMake
#
- name: "Ubuntu gcc"
os: [ubuntu-20.04, ubuntu-latest]
os: ubuntu-latest
cpp: ON
fortran: ON
java: ON
Expand All @@ -86,7 +86,7 @@ jobs:
# MacOS w/ Clang + CMake
#
- name: "MacOS Clang"
os: [macos, macos-13, macos-14]
os: macos-latest
cpp: ON
fortran: OFF
java: ON
Expand Down Expand Up @@ -123,7 +123,6 @@ jobs:
sudo apt-get install ninja-build graphviz
sudo apt install libssl3 libssl-dev libcurl4 libcurl4-openssl-dev
sudo apt install gcc-12 g++-12 gfortran-12
pip3 install linkchecker
echo "CC=gcc-12" >> $GITHUB_ENV
echo "CXX=g++-12" >> $GITHUB_ENV
echo "FC=gfortran-12" >> $GITHUB_ENV
Expand Down Expand Up @@ -278,10 +277,6 @@ jobs:
run: |
ls -l ${{ runner.workspace }}/build
- name: Check links
run: |
linkchecker --check-extern ${{ runner.workspace }}/build/hdf5lib_docs/html/index.html
# Save files created by ctest script
- name: Save published binary (Windows)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4159dd3

Please sign in to comment.