Skip to content

Commit 1854aed

Browse files
committed
Windows-2022
1 parent 434b4f8 commit 1854aed

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/release-binaries-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
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:

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)