mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 05:33:41 +08:00
CI: use windows-2022. windows-2019 is no longer provided.
This commit is contained in:
@@ -184,7 +184,7 @@ jobs:
|
||||
|
||||
windows:
|
||||
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
windows:
|
||||
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -8,7 +8,7 @@ permissions:
|
||||
jobs:
|
||||
windows:
|
||||
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user