Skip to content

Commit b4d41d5

Browse files
committed
Ubuntu-20.04 is no longer
actions/runner-images#11101 Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent c93cc12 commit b4d41d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
Docs:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-24.04
2222
container: texlive/texlive:latest-medium
2323
steps:
2424
- uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
cc: [ gcc, clang ]
39-
os: [ ubuntu-20.04, ubuntu-22.04 ]
39+
os: [ ubuntu-22.04, ubuntu-24.04 ]
4040
config:
4141
- { BUILDNAME: 'META_BUILDS', BUILDOPTIONS: '-DGMP_DESC', BUILDSCRIPT: '.ci/meta_builds.sh' }
4242
- { BUILDNAME: 'VALGRIND', BUILDOPTIONS: '', BUILDSCRIPT: '.ci/valgrind.sh' }

0 commit comments

Comments
 (0)