Skip to content

Commit

Permalink
build: Build with ubuntu-latest instead of Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Sep 5, 2024
1 parent 05d2d83 commit 951985f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-latest]
python-version:
- '3.11'
- '3.12'
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-latest

steps:
- name: Checkout
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Unreleased

[6.0.0]

* We no longer test with ubuntu 20.04 and test with whatever is the latest
ubuntu supplied by the ``ubuntu-latest`` github action. Not actually a
breaking change but a change in expectations that we're noting here.

Breaking Changes
****************

Expand Down

0 comments on commit 951985f

Please sign in to comment.