Skip to content

Commit 68327c0

Browse files
Copilottrask
andcommitted
Update CI from Windows Server 2019 to Windows latest
Co-authored-by: trask <[email protected]>
1 parent 280ae4b commit 68327c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-common.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
assemble:
8282
# running (and uploading artifact) from windows since only that build includes etw
83-
runs-on: windows-2019
83+
runs-on: windows-latest
8484
steps:
8585
- name: Support long paths
8686
run: git config --system core.longpaths true
@@ -131,13 +131,13 @@ jobs:
131131
# TODO (trask) enable once profiler supports OpenJ9
132132
# - openj9
133133
os:
134-
- windows-2019
134+
- windows-latest
135135
- ubuntu-latest
136136
fail-fast: false
137137
steps:
138138
- name: Support long paths
139139
run: git config --system core.longpaths true
140-
if: matrix.os == 'windows-2019'
140+
if: matrix.os == 'windows-latest'
141141

142142
- uses: actions/checkout@v4
143143

0 commit comments

Comments
 (0)