We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e21ce4 commit 0de1e55Copy full SHA for 0de1e55
.github/workflows/build.yml
@@ -38,9 +38,9 @@ jobs:
38
- run: rustup toolchain install stable --profile=minimal
39
- run: cargo test --features=${{ matrix.feature }}
40
env:
41
- CC: gcc-12
42
- FC: gfortran-12
43
- 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
44
45
test-ubuntu:
46
runs-on: ubuntu-latest
0 commit comments