Skip to content

Commit

Permalink
Switch to GCC 13
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Feb 3, 2025
1 parent 2e21ce4 commit 0de1e55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- run: rustup toolchain install stable --profile=minimal
- run: cargo test --features=${{ matrix.feature }}
env:
CC: gcc-12
FC: gfortran-12
LIBRARY_PATH: /usr/local/opt/gcc@12/lib/gcc/12
CC: gcc-13
FC: gfortran-13
LIBRARY_PATH: /usr/local/opt/gcc@13/lib/gcc/13

test-ubuntu:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0de1e55

Please sign in to comment.