Skip to content

Commit

Permalink
[github] Switch to using Ubuntu 22.04 image to work around Python issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
neboat authored and eliecuevas committed Dec 19, 2024
1 parent 9baa8f8 commit ddf5c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llvm-project-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
required: false
os_list:
required: false
default: '["ubuntu-latest", "windows-2019", "macOS-13"]'
default: '["ubuntu-22.04", "windows-2019", "macOS-13"]'
python_version:
required: false
type: string
Expand All @@ -39,7 +39,7 @@ on:
type: string
# Use windows-2019 due to:
# https://developercommunity.visualstudio.com/t/Prev-Issue---with-__assume-isnan-/1597317
default: '["ubuntu-latest", "macOS-13"]'
default: '["ubuntu-22.04", "macOS-13"]'

python_version:
required: false
Expand Down

0 comments on commit ddf5c88

Please sign in to comment.