Skip to content

Commit

Permalink
Add ubuntu-24.04 (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
lra authored May 19, 2024
1 parent 77e8112 commit 32e7a38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
os:
- "ubuntu-20.04"
- "ubuntu-22.04"
- "ubuntu-24.04"
python-version:
- "3.8"
- "3.9"
Expand All @@ -37,5 +38,5 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: pip3 install .
- run: pip install .
- run: mackup --help

0 comments on commit 32e7a38

Please sign in to comment.