Skip to content

Commit 9d86e77

Browse files
committed
fix CI
1 parent b2ad0ca commit 9d86e77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly-build.yml

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

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

1515
strategy:
1616
fail-fast: false

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: windows-latest
9+
runs-on: windows-2022
1010

1111
strategy:
1212
matrix:

0 commit comments

Comments
 (0)