Skip to content

Commit 07b7c6a

Browse files
bcardosolopeslanza
authored andcommitted
[Infra] Attempt to move to windows-2022 and get windows bots back due to deprecation
1 parent f00083b commit 07b7c6a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/llvm-project-tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
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
@@ -39,7 +39,12 @@ on:
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

0 commit comments

Comments
 (0)