File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818env :
1919 FREEBSD_CLANG_VERSION : 19
2020 LINUX_GCC_VERSION : 12
21- MACOSX_DEPLOYMENT_TARGET : 14.0
21+ MACOSX_DEPLOYMENT_TARGET : ' 14.0'
2222
2323jobs :
2424 release-setup :
6161 - Alpine-x86_64
6262 - Darwin-arm64
6363 - Darwin-x86_64
64- - FreeBSD-aarch64
6564 - FreeBSD-amd64
6665 - Linux-aarch64
6766 - Linux-ppc64le
@@ -95,16 +94,10 @@ jobs:
9594 generator : " Unix Makefiles"
9695 shell : bash
9796 target : x86_64-apple-macosx
98- - name : FreeBSD-aarch64
99- os : ubuntu-latest # ubuntu-24.04-arm is slower with the FreeBSD VM
100- arch : aarch64
101- bsd_release : ' 15.1'
102- generator : " Unix Makefiles"
103- shell : freebsd {0}
10497 - name : FreeBSD-amd64
10598 os : ubuntu-latest
10699 arch : x86_64
107- bsd_release : ' 15.1'
100+ bsd_release : " 15.1"
108101 generator : " Unix Makefiles"
109102 shell : freebsd {0}
110103 - name : Linux-aarch64
You can’t perform that action at this time.
0 commit comments