mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
Ubuntu-20.04 is no longer
https://github.com/actions/runner-images/issues/11101 Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
parent
c93cc120f0
commit
b4d41d53bb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -18,7 +18,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
Docs:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
container: texlive/texlive:latest-medium
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
cc: [ gcc, clang ]
|
||||
os: [ ubuntu-20.04, ubuntu-22.04 ]
|
||||
os: [ ubuntu-22.04, ubuntu-24.04 ]
|
||||
config:
|
||||
- { BUILDNAME: 'META_BUILDS', BUILDOPTIONS: '-DGMP_DESC', BUILDSCRIPT: '.ci/meta_builds.sh' }
|
||||
- { BUILDNAME: 'VALGRIND', BUILDOPTIONS: '', BUILDSCRIPT: '.ci/valgrind.sh' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue