Skip to content

Commit e81919b

Browse files
Merge remote-tracking branch 'skeleton/main' into release-prep-v32.3.3
Update CI runners. Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
2 parents 28988ab + df02630 commit e81919b

File tree

3 files changed

+67
-67
lines changed

3 files changed

+67
-67
lines changed

.github/workflows/docs-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ permissions:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111

1212
strategy:
1313
max-parallel: 4
1414
matrix:
15-
python-version: [3.9]
15+
python-version: [3.12]
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

0 commit comments

Comments
 (0)