Skip to content

Commit

Permalink
Merge pull request #238 from RICCIARDI-Adrien/ci_add_ubuntu_24_04
Browse files Browse the repository at this point in the history
ci: Added Ubuntu 24.04.
  • Loading branch information
stappersg authored Dec 5, 2024
2 parents d845e3a + 5f522af commit 134b13a
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 134b13a

Please sign in to comment.