Skip to content

Commit 92ff8cc

Browse files
committed
Address feedback: update ubuntu version and CODEOWNERS file
1 parent 32eeda2 commit 92ff8cc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,5 +643,8 @@ Objects/**/clinic/
643643
PC/**/clinic/
644644
Python/**/clinic/
645645

646+
# Exclude Lazy Imports CI workflow carve out file
647+
Lib/test/lazy_imports_all_exclude.txt
648+
646649
# Exclude HTML IDs list
647650
Doc/tools/removed-ids.txt

.github/workflows/reusable-test-lazy-imports-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
jobs:
2222
test-lazy-imports-all:
2323
name: 'Run Tests with lazy_imports=all'
24-
runs-on: ubuntu-24.04
24+
runs-on: ubuntu-26.04
2525
timeout-minutes: 60
2626
env:
2727
EXCLUDE_FILE: Lib/test/lazy_imports_all_exclude.txt

0 commit comments

Comments
 (0)