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 9292 - ubuntu-22.04-arm
9393 - macos-13
9494 - macos-14
95- - windows-2019
95+ - windows-2022
9696
9797 uses : ./.github/workflows/release-binaries.yml
9898 with :
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ jobs:
161161 echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
162162 case "${{ inputs.runs-on }}" in
163163 ubuntu-22.04*)
164+ windows-2022)
164165 build_runs_on="depot-${{ inputs.runs-on }}-16"
165166 test_runs_on=$build_runs_on
166167 ;;
@@ -180,10 +181,6 @@ jobs:
180181 fi
181182 test_runs_on="${{ inputs.runs-on }}"
182183 ;;
183- windows-2019)
184- build_runs_on="llvm-premerge-windows-runners"
185- test_runs_on="$build_runs_on"
186- ;;
187184 *)
188185 test_runs_on="${{ inputs.runs-on }}"
189186 build_runs_on=$test_runs_on
You can’t perform that action at this time.
0 commit comments