Skip to content

Commit 71dc8be

Browse files
committed
ci: update ubuntu
1 parent 2900611 commit 71dc8be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040

4141
linux-gcc9:
42-
runs-on: ubuntu-latest
42+
runs-on: ubuntu-22.04
4343
timeout-minutes: 15
4444

4545
strategy:
@@ -58,7 +58,7 @@ jobs:
5858

5959

6060
valgrind-memory:
61-
runs-on: ubuntu-24.04
61+
runs-on: ubuntu-latest
6262
needs: linux-gcc14
6363
timeout-minutes: 10
6464

@@ -74,7 +74,7 @@ jobs:
7474

7575

7676
linux-flang:
77-
runs-on: ubuntu-24.04
77+
runs-on: ubuntu-latest
7878
timeout-minutes: 15
7979

8080
strategy:

0 commit comments

Comments
 (0)