Skip to content

Commit fa064b9

Browse files
2 parents 03ebae7 + ee466e4 commit fa064b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
jobs:
2525
pack:
2626

27-
runs-on: [windows-latest]
27+
runs-on: [windows-2019]
2828

2929
steps:
3030
- name: Checkout

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
build:
1616

17-
runs-on: [windows-latest]
17+
runs-on: [windows-2019]
1818

1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)