We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280ae4b commit 68327c0Copy full SHA for 68327c0
.github/workflows/build-common.yml
@@ -80,7 +80,7 @@ jobs:
80
81
assemble:
82
# running (and uploading artifact) from windows since only that build includes etw
83
- runs-on: windows-2019
+ runs-on: windows-latest
84
steps:
85
- name: Support long paths
86
run: git config --system core.longpaths true
@@ -131,13 +131,13 @@ jobs:
131
# TODO (trask) enable once profiler supports OpenJ9
132
# - openj9
133
os:
134
- - windows-2019
+ - windows-latest
135
- ubuntu-latest
136
fail-fast: false
137
138
139
140
- if: matrix.os == 'windows-2019'
+ if: matrix.os == 'windows-latest'
141
142
- uses: actions/checkout@v4
143
0 commit comments