Skip to content

Commit 23f5d4a

Browse files
committed
Use local
1 parent b349aea commit 23f5d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ permissions:
99

1010
jobs:
1111
build-windows-release:
12-
runs-on: depot-windows-2022-64
12+
runs-on: depot-windows-2022-16
1313
if: github.repository_owner == 'llvm'
1414
steps:
1515
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
1616
- run: |
1717
subst S: ${{ github.workspace }}
1818
- run: |
19-
S:\llvm\utils\release\build_llvm_release.bat --x64 --version 20.1.8 --skip-checkout --local-python
19+
S:\llvm\utils\release\build_llvm_release.bat --x64 --version 21.1.3 --local-python

0 commit comments

Comments
 (0)