Skip to content

Commit 229b81f

Browse files
committed
.github: switch to windows-latest
1 parent 7455131 commit 229b81f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
graphicscache.pdf
3434
graphicscache.sty
3535
windows_miktex:
36-
runs-on: windows-2019
36+
runs-on: windows-latest
3737
name: Test on Windows using MikTeX
3838
steps:
3939
- name: Checkout
4040
uses: actions/checkout@v3
4141
- name: Compile and test
4242
uses: ./.github/actions/windows
4343
windows_texlive:
44-
runs-on: windows-2019
44+
runs-on: windows-latest
4545
name: Test on Windows using TeX Live
4646
steps:
4747
- name: Checkout

0 commit comments

Comments
 (0)