Skip to content

Commit 8fb05cd

Browse files
committed
update gcc version to 10
1 parent 7b161c7 commit 8fb05cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
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)