Skip to content

Commit

Permalink
Upgrade MacOS jobs on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Dec 22, 2023
1 parent 52d5903 commit 30c9660
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gamma_f77.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
fail-fast: false
matrix:
compiler: [ g++-13 ]
standard: [ legacy, f2018 ]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -64,7 +65,7 @@ jobs:
${{ matrix.compiler }} -v
- name: macos-native
run: |
${{ matrix.compiler }} -x f77 -O2 gamma.f -lgfortran -lquadmath -o gamma.exe
${{ matrix.compiler }} -x f77 -std=${{ matrix.standard }} -O2 gamma.f -lgfortran -lquadmath -o gamma.exe
ls -la gamma.exe
./gamma.exe | grep '0.947395504039301942134227647281424E+00'
./gamma.exe | grep '0.110784755653406415338349971053114E+01'
Expand Down

0 comments on commit 30c9660

Please sign in to comment.