Skip to content

Commit 08ee2ec

Browse files
build(FreeBSD): remove aarch64 (#757)
1 parent bfac1bc commit 08ee2ec

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
env:
1919
FREEBSD_CLANG_VERSION: 19
2020
LINUX_GCC_VERSION: 12
21-
MACOSX_DEPLOYMENT_TARGET: 14.0
21+
MACOSX_DEPLOYMENT_TARGET: '14.0'
2222

2323
jobs:
2424
release-setup:
@@ -61,7 +61,6 @@ jobs:
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

0 commit comments

Comments
 (0)