Skip to content

Commit a2a2db2

Browse files
committed
Revert to windows-2019 runners because windows-2022 is still screwed up
1 parent 5c556f3 commit a2a2db2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
build:
15-
runs-on: windows-2022
15+
runs-on: windows-2019
1616

1717
steps:
1818
- uses: actions/checkout@v4

.github/workflows/pr-nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
build:
13-
runs-on: windows-2022
13+
runs-on: windows-2019
1414

1515
steps:
1616
- uses: actions/checkout@v4

.github/workflows/release-build.yml

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

1515
jobs:
1616
build:
17-
runs-on: windows-2022
17+
runs-on: windows-2019
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)