Skip to content

Commit fafbe27

Browse files
authored
Explicitly use windows-2022 for building Win22 docker image (#1811)
1 parent 6691bf6 commit fafbe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187

188188
BuildMSI-2022:
189189
name: 'BuildMSI-2022'
190-
runs-on: windows-latest
190+
runs-on: windows-2022
191191
needs: [ MakeMSIZip ]
192192
permissions:
193193
id-token: write

0 commit comments

Comments
 (0)