mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +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:
|
||||
case "x86-64":
|
||||
ret.os = "ubuntu-24.04"
|
||||
ret.os = "ubuntu-22.04" if version < 17 else "ubuntu-24.04"
|
||||
case "arm64":
|
||||
ret.os = "macos-14"
|
||||
pfx = f"/opt/homebrew/opt/llvm@{version}/bin/"
|
||||
|
Reference in New Issue
Block a user