Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Apr 24, 2024
1 parent 3cc0a59 commit 89ebed6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- uses: actions/checkout@v4
- uses: awvwgk/setup-fortran@main
id: setup-fortran
if: runner.os != 'Windows' # We aren't using this yet, and takes 4 mins to setup
if: runner.os == 'Linux'
# We aren't using this yet, and takes 4 mins to setup on Windows
# On macOS this causes abut to be hit on macos-13+ and CMake
with:
compiler: gcc
version: 11
Expand Down

0 comments on commit 89ebed6

Please sign in to comment.