Skip to content

Commit

Permalink
CI set ubuntu 24.04 and python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
m4ra authored and goapunk committed Oct 30, 2024
1 parent 300359b commit c607f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.11'
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c607f7d

Please sign in to comment.