Skip to content

Commit aefa8ad

Browse files
committed
CI updates
1 parent 4547592 commit aefa8ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-20.04]
12+
os: [ubuntu-latest]
1313
gcc_v: [7,8,9,10,11] # Version of GFortran we want to use.
1414
python-version: [3.11]
1515
env:
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020

2121
- name: Checkout code
22-
uses: actions/checkout@v4.1.6
22+
uses: actions/checkout@v4.2.2
2323
with:
2424
submodules: recursive
2525

0 commit comments

Comments
 (0)