Skip to content

Commit

Permalink
Upgrade Ubuntu (#446)
Browse files Browse the repository at this point in the history
* build: upgrade ubuntu

---------

Co-authored-by: Zia Fazal <zia.fazal@arbisoft.com>
  • Loading branch information
saraburns1 and ziafazal authored Aug 28, 2024
1 parent 58cea8f commit fe8ec5b
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.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 fe8ec5b

Please sign in to comment.