Skip to content

Commit 64febdb

Browse files
committed
Bring Windows 2019 back 😆
1 parent ca6c47b commit 64febdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111
jobs:
1212
build:
1313
name: Build
14-
runs-on: windows-latest
14+
runs-on: windows-2019
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [windows-latest]
18+
os: [windows-2019]
1919
include:
20-
- os: windows-latest
20+
- os: windows-2019
2121
friendlyName: Windows
2222
timeout-minutes: 10
2323
steps:

0 commit comments

Comments
 (0)