Skip to content

Commit

Permalink
Update Mac CI nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx committed Dec 4, 2024
1 parent 23a39ba commit c52a51f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!groovy

def macos_builds = [
[os: "macos", ver: "13", arch: "x86_64", compiler: "apple-clang-15", fairsoft: "24.01"],
[os: "macos", ver: "14", arch: "x86_64", compiler: "apple-clang-15", fairsoft: "24.01"],
[os: "macos", ver: "14", arch: "arm64", compiler: "apple-clang-15", fairsoft: "24.01"],
[os: "macos", ver: "14", arch: "x86_64", compiler: "apple-clang-16", fairsoft: "24.01p4"],
[os: "macos", ver: "15", arch: "x86_64", compiler: "apple-clang-16", fairsoft: "24.01p4-macos15", extra: "-DBUILD_PROOF_SUPPORT=OFF"],
[os: "macos", ver: "15", arch: "arm64", compiler: "apple-clang-16", fairsoft: "24.01p4-macos15", extra: "-DBUILD_PROOF_SUPPORT=OFF"],
]

def linux_builds = [
Expand Down

0 comments on commit c52a51f

Please sign in to comment.