From bec4164444e3c02024fcfd3be2afb1f7ece0f8bd Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Mon, 1 Apr 2024 14:42:37 +0200 Subject: [PATCH] ci: update to texlive 2024 --- .github/workflows/texlive.yml | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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