Skip to content

Commit

Permalink
ci: update to texlive 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Feb 10, 2024
1 parent ed78d00 commit a065920
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/texlive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
fail-fast: true
matrix:
texlive:
- TL2020-historic
- TL2021-historic
- TL2022-historic
- latest

steps:
Expand Down
8 changes: 2 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
paths:
- "*.pdf"

compile:texlive2020:
image: sergiud/texlive:2020
<<: *compile_definition

compile:texlive2021:
image: sergiud/texlive:2021
compile:texlive2023:
image: sergiud/texlive:2023
<<: *compile_definition

0 comments on commit a065920

Please sign in to comment.