mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
fix clang 16
This commit is contained in:
2
.github/generate-job-matrix.py
vendored
2
.github/generate-job-matrix.py
vendored
@ -41,7 +41,7 @@ def make_clang_config(
|
|||||||
)
|
)
|
||||||
match platform:
|
match platform:
|
||||||
case "x86-64":
|
case "x86-64":
|
||||||
ret.os = "ubuntu-24.04"
|
ret.os = "ubuntu-22.04" if version < 17 else "ubuntu-24.04"
|
||||||
case "arm64":
|
case "arm64":
|
||||||
ret.os = "macos-14"
|
ret.os = "macos-14"
|
||||||
pfx = f"/opt/homebrew/opt/llvm@{version}/bin/"
|
pfx = f"/opt/homebrew/opt/llvm@{version}/bin/"
|
||||||
|
Reference in New Issue
Block a user