Skip to content

Commit e3088bb

Browse files
Use the label windows-2022 instead of windows-latest (#718)
1 parent 7dd4367 commit e3088bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
build:
16-
runs-on: windows-latest
16+
runs-on: windows-2022
1717
steps:
1818
- uses: actions/setup-java@v5
1919
with:

.github/workflows/windows-test.yml

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

1010
jobs:
1111
test:
12-
runs-on: windows-latest
12+
runs-on: windows-2022
1313

1414
steps:
1515
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)