We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7455131 commit 229b81fCopy full SHA for 229b81f
1 file changed
.github/workflows/main.yml
@@ -33,15 +33,15 @@ jobs:
33
graphicscache.pdf
34
graphicscache.sty
35
windows_miktex:
36
- runs-on: windows-2019
+ runs-on: windows-latest
37
name: Test on Windows using MikTeX
38
steps:
39
- name: Checkout
40
uses: actions/checkout@v3
41
- name: Compile and test
42
uses: ./.github/actions/windows
43
windows_texlive:
44
45
name: Test on Windows using TeX Live
46
47
0 commit comments