Skip to content

Commit

Permalink
fix: use texlive-full:20220201 for v2-texlive2021
Browse files Browse the repository at this point in the history
Closes #126.
  • Loading branch information
xu-cheng committed Aug 27, 2023
1 parent 6c9efba commit 7efc1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
@@ -1,5 +1,5 @@
name: release
on:
on:
push:
tags:
- v**
Expand All @@ -12,7 +12,7 @@ jobs:
- name: "texlive2022"
docker_version: "20230301"
- name: "texlive2021"
docker_version: "20220301"
docker_version: "20220201"
- name: "texlive2020"
docker_version: "20210301"
name: "release pinned version [${{ matrix.pinned_version.name }}]"
Expand Down

0 comments on commit 7efc1fe

Please sign in to comment.