Skip to content

Commit

Permalink
ci: Added Ubuntu 24.04.
Browse files Browse the repository at this point in the history
Signed-off-by: RICCIARDI-Adrien <[email protected]>
  • Loading branch information
RICCIARDI-Adrien committed Dec 5, 2024
1 parent 3c9d491 commit 5f522af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
ubuntu:
strategy:
matrix:
ubuntu_version: [ubuntu-20.04, ubuntu-22.04]
ubuntu_version: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
compiler: [clang, gcc]
runs-on: ${{ matrix.ubuntu_version }}
steps:
Expand Down

0 comments on commit 5f522af

Please sign in to comment.