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 14
14
required : false
15
15
os_list :
16
16
required : false
17
- default : ' ["ubuntu-24.04", "windows-2019 ", "macOS-13"]'
17
+ default : ' ["ubuntu-24.04", "windows-2022 ", "macOS-13"]'
18
18
python_version :
19
19
required : false
20
20
type : string
39
39
type : string
40
40
# Use windows-2019 due to:
41
41
# 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"]'
43
48
44
49
python_version :
45
50
required : false
You can’t perform that action at this time.
0 commit comments