From 1453b3fb3aa0665aace5112e756cf4964241ce5b 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 | 2 +- 2 files changed, 2 insertions(+), 2 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..42451de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,5 +9,5 @@ - "*.pdf" compile:texlive2023: - image: sergiud/texlive:2023 + image: sergiud/texlive:2024 <<: *compile_definition