Skip to content

Commit

Permalink
github: switch to 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jul 4, 2024
1 parent 454b5bb commit d95696e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
matrix:
python-version: ["3.8", "3.10", "3.11", "3.12"]
track: ["latest/edge", "5.21/edge", "5.0/edge"]
os: ["24.04"]

runs-on: ubuntu-22.04
runs-on: ubuntu-${{ matrix.os }}
steps:
- name: Repository checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d95696e

Please sign in to comment.