Skip to content

Commit 9ef6758

Browse files
authored
Move CI to Ubuntu 24.04 (#642)
Currently in beta (see https://github.com/actions/runner-images) but should be stable enough for us.
1 parent a60521f commit 9ef6758

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:
@@ -50,7 +50,7 @@ jobs:
5050

5151
coverage:
5252
name: Coverage
53-
runs-on: ubuntu-22.04
53+
runs-on: ubuntu-24.04
5454
needs: tests
5555
steps:
5656
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)