ci: fix minimum apple clang requirements

This commit is contained in:
Tommaso Pecorella
2025-09-30 00:56:14 +02:00
parent e88f59a329
commit 5aa252b96b

View File

@@ -11,7 +11,7 @@ project(NS3 CXX)
file(STRINGS VERSION NS3_VER)
# minimum compiler versions
set(AppleClang_MinVersion 16.0.0)
set(AppleClang_MinVersion 15.0.0)
set(Clang_MinVersion 17.0.0)
set(GNU_MinVersion 11.0.0)