Skip to content

Commit ac3993d

Browse files
committed
Move CI to Ubuntu 24.04
Currently in beta (see https://github.com/actions/runner-images) but should be stable enough for us.
1 parent 76248a0 commit ac3993d

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
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
tests:
1515
name: Python ${{ matrix.python-version }}
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717

1818
strategy:
1919
matrix:
@@ -51,7 +51,7 @@ jobs:
5151

5252
coverage:
5353
name: Coverage
54-
runs-on: ubuntu-22.04
54+
runs-on: ubuntu-24.04
5555
needs: tests
5656
steps:
5757
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)