File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed 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
3939 type : string
4040 # Use windows-2019 due to:
4141 # https://developercommunity.visualstudio.com/t/Prev-Issue---with-__assume-isnan-/1597317
42- default : ' ["ubuntu-24.04", "windows-2019", "macOS-13"]'
42+ # Use ubuntu-22.04 rather than ubuntu-24.04 to match the ubuntu
43+ # version in the CI container. Without this, setup-python tries
44+ # to install a python version linked against a newer version of glibc.
45+ # TODO(boomanaiden154): Bump the Ubuntu version once the version in the
46+ # container is bumped.
47+ default : ' ["ubuntu-22.04", "windows-2022", "macOS-13"]'
4348
4449 python_version :
4550 required : false
You can’t perform that action at this time.
0 commit comments