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 20
20
jobs :
21
21
build-ci-container-windows :
22
22
if : github.repository_owner == 'llvm'
23
- runs-on : windows-2022
23
+ runs-on : windows-2019
24
24
outputs :
25
25
container-name : ${{ steps.vars.outputs.container-name }}
26
26
container-name-tag : ${{ steps.vars.outputs.container-name-tag }}
34
34
id : vars
35
35
run : |
36
36
$tag = [int64](Get-Date -UFormat %s)
37
- $container_name="ghcr.io/$env:GITHUB_REPOSITORY_OWNER/ci-windows-2022 "
37
+ $container_name="ghcr.io/$env:GITHUB_REPOSITORY_OWNER/ci-windows-2019 "
38
38
echo "container-name=${container_name}" >> $env:GITHUB_OUTPUT
39
39
echo "container-name-tag=${container_name}:${tag}" >> $env:GITHUB_OUTPUT
40
40
echo "container-filename=ci-windows-${tag}.tar" >> $env:GITHUB_OUTPUT
58
58
- build-ci-container-windows
59
59
permissions :
60
60
packages : write
61
- runs-on : windows-2022
61
+ runs-on : windows-2019
62
62
env :
63
63
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
64
64
steps :
Original file line number Diff line number Diff line change 14
14
required : false
15
15
os_list :
16
16
required : false
17
- default : ' ["ubuntu-24.04", "windows-2022 ", "macOS-13"]'
17
+ default : ' ["ubuntu-24.04", "windows-2019 ", "macOS-13"]'
18
18
python_version :
19
19
required : false
20
20
type : string
44
44
# to install a python version linked against a newer version of glibc.
45
45
# TODO(boomanaiden154): Bump the Ubuntu version once the version in the
46
46
# container is bumped.
47
- default : ' ["ubuntu-22.04", "windows-2022 ", "macOS-13"]'
47
+ default : ' ["ubuntu-22.04", "windows-2019 ", "macOS-13"]'
48
48
49
49
python_version :
50
50
required : false
You can’t perform that action at this time.
0 commit comments