Skip to content

Commit

Permalink
Use gfortran 14 for cmake-ctest.yml on mac (#4739)
Browse files Browse the repository at this point in the history
* Use gfortran 14 for cmake-test on mac

* Remove notarization step

* Address @byrnHDF review
  • Loading branch information
hyoklee authored Aug 22, 2024
1 parent 679b017 commit c1cbba6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-bintest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
id: setup-fortran
with:
compiler: gcc
version: 12
version: 14

- name: Run ctest (MacOS_latest)
id: run-ctest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ jobs:
id: setup-fortran
with:
compiler: gcc
version: 12
version: 14

- name: Run ctest (MacOS_latest)
id: run-ctest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
id: setup-fortran
with:
compiler: gcc
version: 12
version: 14
if: ${{ matrix.os == 'macos-latest' }}

- name: Install Dependencies
Expand Down

0 comments on commit c1cbba6

Please sign in to comment.