Skip to content

Commit 033146f

Browse files
authored
Update gcc version to 10 (#857)
Thank you @awvwgk , I will merge this to restore the CI.
2 parents 7b161c7 + 8fb05cd commit 033146f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, macos-11, windows-latest]
25-
gcc_v: [9] # Version of GFortran we want to use.
25+
gcc_v: [10] # Version of GFortran we want to use.
2626
include:
2727
- os: ubuntu-latest
2828
os-arch: linux-x86_64

0 commit comments

Comments
 (0)