Skip to content

Commit 3ba8ef9

Browse files
authored
Update GitHub Actions to use Ubuntu 22.04 for testing (#9677)
1 parent 9b1e8d2 commit 3ba8ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
tests:
1111
name: Python ${{ matrix.python-version }}
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313

1414
strategy:
1515
matrix:
@@ -50,7 +50,7 @@ jobs:
5050

5151
test-docs:
5252
name: Test documentation links
53-
runs-on: ubuntu-22.04
53+
runs-on: ubuntu-24.04
5454
steps:
5555
- uses: actions/checkout@v4
5656

0 commit comments

Comments
 (0)