Skip to content

Commit

Permalink
Use gfortran 14 for cmake-test on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 21, 2024
1 parent 679b017 commit 732697d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 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 All @@ -385,6 +385,15 @@ jobs:
tar -zcvf ${{ steps.set-file-base.outputs.FILE_BASE }}-macos14_clang.tar.gz hdf5
shell: bash

- name: Notarize .dmg
uses: cocoalibs/xcode-notarization-action@v1
with:
app-path: ${{ runner.workspace }}/hdf5/build/${{ inputs.preset_name }}-Clang/HDF5-1.15.0-Darwin.dmg
apple-id: ${{ secrets.MACOS_NOTARIZATION_APPLE_ID }}
password: ${{ secrets.MACOS_NOTARIZATION_PW }}
team-id: ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}
xcode-path: '/Applications/Xcode_15.4.app'

- name: Publish dmg binary (MacOS_latest)
id: publish-ctest-dmg-binary
run: |
Expand Down

0 comments on commit 732697d

Please sign in to comment.