2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-19 04:42:16 +00:00

GHA: Use Ubuntu 24.04 for clang test

GitHub removes the Ubuntu 20 runners

As the Clang version doesn't seem to matter just update to the latest OS
This commit is contained in:
Alexander Grund
2025-04-25 15:52:51 +02:00
committed by GitHub
parent 7e3c72dfe2
commit c8fe261da8

View File

@@ -81,7 +81,7 @@ jobs:
buildtype: "boost"
packages: ""
packages_to_remove: ""
os: "ubuntu-20.04"
os: "ubuntu-24.04"
cxx: "clang++"
sources: ""
llvm_os: ""