Skip to content

Commit

Permalink
build: upgrade ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 committed Aug 15, 2024
1 parent 8d2f7bf commit bf908ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ 'ubuntu-20.04' ]
os: [ 'ubuntu-24.04' ]
python-version: ['3.8', '3.11', '3.12']
toxenv: [ 'django42' ]
# Only run these other workflows on the latest python version we support.
include:
- python-version: '3.12'
toxenv: 'quality'
os: 'ubuntu-20.04'
os: 'ubuntu-24.04'
- python-version: '3.12'
toxenv: 'docs'
os: 'ubuntu-20.04'
os: 'ubuntu-24.04'
- python-version: '3.12'
toxenv: 'pii_check'
os: 'ubuntu-20.04'
os: 'ubuntu-24.04'

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

push:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down

0 comments on commit bf908ce

Please sign in to comment.