Skip to content

Commit 765dda7

Browse files
authored
Move CI to Ubuntu 24.04 (#1105)
Currently in beta (see https://github.com/actions/runner-images) but should be stable enough for us.
1 parent 4b99789 commit 765dda7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
tests:
1515
name: ${{ matrix.database }} Python ${{ matrix.python-version }}
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717

1818
strategy:
1919
fail-fast: false
@@ -83,7 +83,7 @@ jobs:
8383

8484
coverage:
8585
name: Coverage
86-
runs-on: ubuntu-22.04
86+
runs-on: ubuntu-24.04
8787
needs: tests
8888
steps:
8989
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)