Skip to content

Commit f656624

Browse files
authored
Update ContinuousIntegration.yml
1 parent 854723e commit f656624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ContinuousIntegration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ${{matrix.os}}
1919
strategy:
2020
matrix:
21-
os: [ ubuntu-20.04, macos-11 ]
21+
os: [ ubuntu-22.04, macos-12 ]
2222
build_type: [ Debug, Release ]
23-
vFortran: [ gfortran-10 ]
23+
vFortran: [ gfortran-11 ]
2424

2525
steps:
2626
- name: which gfortran

0 commit comments

Comments
 (0)