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
Flova committed Nov 23, 2024
1 parent 0aaecc2 commit 3af0ca9
Show file tree
Hide file tree
Showing 3 changed files with 1,130 additions and 1,094 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, windows-latest]
os: [ubuntu-24.04, ubuntu-22.04, windows-latest]
steps:
- uses: actions/checkout@v2

Expand Down
Loading

0 comments on commit 3af0ca9

Please sign in to comment.