We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f693ea commit 32bb52fCopy full SHA for 32bb52f
Jenkinsfile
@@ -1,8 +1,8 @@
1
#!groovy
2
3
def macos_builds = [
4
- [os: "macos", ver: "13", arch: "x86_64", compiler: "apple-clang-14", fairsoft: "24.01"],
5
- [os: "macos", ver: "14", arch: "x86_64", compiler: "apple-clang-14", fairsoft: "24.01"],
+ [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"],
6
[os: "macos", ver: "14", arch: "arm64", compiler: "apple-clang-15", fairsoft: "24.01"],
7
]
8
0 commit comments