Skip to content

Commit f14a3ee

Browse files
committed
CI package bump
1 parent e4820ff commit f14a3ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66
jobs:
77
matrix:
88
name: Build test matrix
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
2828

2929
test:
3030
name: Test -- ${{ matrix.tox_env }}
31-
runs-on: ubuntu-22.04
31+
runs-on: ubuntu-24.04
3232
needs: matrix
3333
strategy:
3434
matrix:
@@ -57,7 +57,7 @@ jobs:
5757
tox -e ${{ matrix.tox_env }}
5858
services:
5959
postgres:
60-
image: postgres:15-alpine
60+
image: postgres:16-alpine
6161
env:
6262
POSTGRES_PASSWORD: password
6363
ports:

0 commit comments

Comments
 (0)