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 b349aea commit 23f5d4aCopy full SHA for 23f5d4a
.github/workflows/release-binaries-windows.yml
@@ -9,11 +9,11 @@ permissions:
9
10
jobs:
11
build-windows-release:
12
- runs-on: depot-windows-2022-64
+ runs-on: depot-windows-2022-16
13
if: github.repository_owner == 'llvm'
14
steps:
15
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
16
- run: |
17
subst S: ${{ github.workspace }}
18
19
- S:\llvm\utils\release\build_llvm_release.bat --x64 --version 20.1.8 --skip-checkout --local-python
+ S:\llvm\utils\release\build_llvm_release.bat --x64 --version 21.1.3 --local-python
0 commit comments