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
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
compiler: [gcc]
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
arch: [i386, x86_64, la64]
steps: