Skip to content

Commit 0de1e55

Browse files
committed
Switch to GCC 13
1 parent 2e21ce4 commit 0de1e55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
- run: rustup toolchain install stable --profile=minimal
3939
- run: cargo test --features=${{ matrix.feature }}
4040
env:
41-
CC: gcc-12
42-
FC: gfortran-12
43-
LIBRARY_PATH: /usr/local/opt/gcc@12/lib/gcc/12
41+
CC: gcc-13
42+
FC: gfortran-13
43+
LIBRARY_PATH: /usr/local/opt/gcc@13/lib/gcc/13
4444

4545
test-ubuntu:
4646
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)