From 6904ffa32f1f518ab5a1fce32532ae9dc73a309d Mon Sep 17 00:00:00 2001 From: 45gfg9 <45gfg9@45gfg9.net> Date: Sat, 24 Aug 2024 00:44:05 +0800 Subject: [PATCH] CI: use TeXLive 2023 --- .github/workflows/tex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tex.yml b/.github/workflows/tex.yml index e568852..584a394 100644 --- a/.github/workflows/tex.yml +++ b/.github/workflows/tex.yml @@ -16,7 +16,7 @@ jobs: name: Build document runs-on: ubuntu-latest container: - image: registry.gitlab.com/islandoftex/images/texlive:latest + image: registry.gitlab.com/islandoftex/images/texlive:TL2023-historic steps: - name: Checkout