Skip to content

Commit 1a22213

Browse files
committed
fix: add ubuntu-24.04 test target
Signed-off-by: Markus Maga <[email protected]>
1 parent e950c58 commit 1a22213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
27+
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)