File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 92
92
- ubuntu-22.04-arm
93
93
- macos-13
94
94
- macos-14
95
- - windows-2019
95
+ - windows-2022
96
96
97
97
uses : ./.github/workflows/release-binaries.yml
98
98
with :
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ jobs:
161
161
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
162
162
case "${{ inputs.runs-on }}" in
163
163
ubuntu-22.04*)
164
+ windows-2022)
164
165
build_runs_on="depot-${{ inputs.runs-on }}-16"
165
166
test_runs_on=$build_runs_on
166
167
;;
@@ -180,10 +181,6 @@ jobs:
180
181
fi
181
182
test_runs_on="${{ inputs.runs-on }}"
182
183
;;
183
- windows-2019)
184
- build_runs_on="llvm-premerge-windows-runners"
185
- test_runs_on="$build_runs_on"
186
- ;;
187
184
*)
188
185
test_runs_on="${{ inputs.runs-on }}"
189
186
build_runs_on=$test_runs_on
You can’t perform that action at this time.
0 commit comments