Github workflow: test build on Ubuntu 24.04 as well. (#488)

This commit is contained in:
Lionel Debroux 2025-02-06 14:09:52 +01:00 committed by GitHub
parent 37f8bae2dc
commit e5c4800e58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
compiler: [gcc] compiler: [gcc]
os: [ubuntu-20.04, ubuntu-22.04] os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
arch: [i386, x86_64, la64] arch: [i386, x86_64, la64]
steps: steps: