Skip to content

Commit

Permalink
github/workflows: bump versions to ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk authored and m4ra committed Oct 1, 2024
1 parent cd889b9 commit 7087390
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
services:
postgres:
image: postgres:12
image: postgres:16
env:
POSTGRES_PASSWORD: postgres
ports:
Expand All @@ -26,11 +26,11 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.12'
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- name: Setup Postgres
env:
PGPASSWORD: postgres
Expand Down

0 comments on commit 7087390

Please sign in to comment.