Skip to content

Commit cbb8703

Browse files
Copilottrask
andcommitted
Pin Windows runners to windows-2022 (oldest supported version)
Co-authored-by: trask <218610+trask@users.noreply.github.com>
1 parent 7d2d71a commit cbb8703

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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-latest
83+
runs-on: windows-2022
8484
steps:
8585
- name: Support long paths
8686
run: git config --system core.longpaths true
@@ -134,13 +134,13 @@ jobs:
134134
# TODO (trask) enable once profiler supports OpenJ9
135135
# - openj9
136136
os:
137-
- windows-latest
137+
- windows-2022
138138
- ubuntu-latest
139139
fail-fast: false
140140
steps:
141141
- name: Support long paths
142142
run: git config --system core.longpaths true
143-
if: matrix.os == 'windows-latest'
143+
if: matrix.os == 'windows-2022'
144144

145145
- uses: actions/checkout@v4
146146

.github/workflows/codeql-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
permissions:
5050
actions: read
5151
security-events: write
52-
runs-on: windows-latest
52+
runs-on: windows-2022
5353

5454
steps:
5555
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)