File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020jobs :
2121 build-ci-container-windows :
2222 if : github.repository_owner == 'llvm'
23- runs-on : windows-2019
23+ runs-on : windows-2022
2424 outputs :
2525 container-name : ${{ steps.vars.outputs.container-name }}
2626 container-name-tag : ${{ steps.vars.outputs.container-name-tag }}
3434 id : vars
3535 run : |
3636 $tag = [int64](Get-Date -UFormat %s)
37- $container_name="ghcr.io/$env:GITHUB_REPOSITORY_OWNER/ci-windows-2019 "
37+ $container_name="ghcr.io/$env:GITHUB_REPOSITORY_OWNER/ci-windows-2022 "
3838 echo "container-name=${container_name}" >> $env:GITHUB_OUTPUT
3939 echo "container-name-tag=${container_name}:${tag}" >> $env:GITHUB_OUTPUT
4040 echo "container-filename=ci-windows-${tag}.tar" >> $env:GITHUB_OUTPUT
5858 - build-ci-container-windows
5959 permissions :
6060 packages : write
61- runs-on : windows-2019
61+ runs-on : windows-2022
6262 env :
6363 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6464 steps :
Original file line number Diff line number Diff line change 1414 required : false
1515 os_list :
1616 required : false
17- default : ' ["ubuntu-24.04", "windows-2019 ", "macOS-13"]'
17+ default : ' ["ubuntu-24.04", "windows-2022 ", "macOS-13"]'
1818 python_version :
1919 required : false
2020 type : string
4444 # to install a python version linked against a newer version of glibc.
4545 # TODO(boomanaiden154): Bump the Ubuntu version once the version in the
4646 # container is bumped.
47- default : ' ["ubuntu-22.04", "windows-2019 ", "macOS-13"]'
47+ default : ' ["ubuntu-22.04", "windows-2022 ", "macOS-13"]'
4848
4949 python_version :
5050 required : false
You can’t perform that action at this time.
0 commit comments