OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
894940d17ac3b3c2310808275a8529b95409bf75
Authored by
Jay Berkenbilt
2022-02-15 08:52:40 -0500
1 parent
1065bbb0
Temporarily require windows-2019 github runner
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/main.yml
.github/workflows/main.yml
View file @
894940d
...
...
@@ -54,7 +54,7 @@ jobs:
54
54
name: distribution
55
55
path: distribution
56
56
Windows:
57
- runs-on: windows-
latest
57
+ runs-on: windows-
2019
58
58
needs: Prebuild
59
59
strategy:
60
60
fail-fast: false
...
...