Skip to content

Commit

Permalink
Explicitly install gcc/g++ 12 on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Aug 29, 2023
1 parent 723f8a8 commit 574ea6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gamma_f77.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: update-tools
run: sudo apt install gcc-12 g++-12
- name: update-tools-gcc-12
run: brew install gcc-12
- name: update-tools-g++-12
run: brew install g++-12
- name: macos-native
run: |
${{ matrix.compiler }} -xf77 -O2 gamma.f -lgfortran -lquadmath -o gamma.exe
Expand Down

0 comments on commit 574ea6d

Please sign in to comment.