Skip to content

Commit 7087390

Browse files
Julian Dehmm4ra
authored andcommitted
github/workflows: bump versions to ubuntu 24.04
1 parent cd889b9 commit 7087390

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/django.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
services:
1313
postgres:
14-
image: postgres:12
14+
image: postgres:16
1515
env:
1616
POSTGRES_PASSWORD: postgres
1717
ports:
@@ -26,11 +26,11 @@ jobs:
2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: '3.8'
29+
python-version: '3.12'
3030
- name: Setup Node
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: '18.x'
33+
node-version: '20.x'
3434
- name: Setup Postgres
3535
env:
3636
PGPASSWORD: postgres

0 commit comments

Comments
 (0)