We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93cc12 commit b4d41d5Copy full SHA for b4d41d5
.github/workflows/main.yml
@@ -18,7 +18,7 @@ concurrency:
18
19
jobs:
20
Docs:
21
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
22
container: texlive/texlive:latest-medium
23
steps:
24
- uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
matrix:
38
cc: [ gcc, clang ]
39
- os: [ ubuntu-20.04, ubuntu-22.04 ]
+ os: [ ubuntu-22.04, ubuntu-24.04 ]
40
config:
41
- { BUILDNAME: 'META_BUILDS', BUILDOPTIONS: '-DGMP_DESC', BUILDSCRIPT: '.ci/meta_builds.sh' }
42
- { BUILDNAME: 'VALGRIND', BUILDOPTIONS: '', BUILDSCRIPT: '.ci/valgrind.sh' }
0 commit comments