Skip to content

Commit

Permalink
Add support for ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed May 26, 2024
1 parent 92f078e commit dffa3d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ jobs:

check-structlog:
name: Build & verify the structlog package.
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -52,7 +59,7 @@ jobs:
id: baipp
with:
path: structlog
upload-name-suffix: "-structlog"
upload-name-suffix: "-structlog-${{ matrix.os }}"

- run: echo Packages can be found at ${{ steps.baipp.outputs.dist }}

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased](https://github.com/hynek/build-and-inspect-python-package/compare/v2.5.0...main)

### Added

- Support for `ubuntu-24.04` builders.


## [2.5.0](https://github.com/hynek/build-and-inspect-python-package/compare/v2.4.0...v2.5.0) - 2024-05-13

Expand Down

0 comments on commit dffa3d6

Please sign in to comment.