diff --git a/.github/workflows/texlive.yml b/.github/workflows/texlive.yml index d746a1a..3b0bce9 100644 --- a/.github/workflows/texlive.yml +++ b/.github/workflows/texlive.yml @@ -11,8 +11,8 @@ jobs: fail-fast: true matrix: texlive: - - TL2021-historic - TL2022-historic + - TL2023-historic - latest steps: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80ed385..64177d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,6 @@ paths: - "*.pdf" -compile:texlive2023: - image: sergiud/texlive:2023 +compile:texlive2024: + image: sergiud/texlive:2024 <<: *compile_definition