ci: fix arm64 job (#1998)

This commit is contained in:
LongYinan 2024-03-10 20:41:55 +08:00 committed by GitHub
parent 368e210a8d
commit b03edafaff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ build_and_test: &BUILD_AND_TEST
freebsd_task:
name: FreeBSD
freebsd_instance:
image: freebsd-13-2-release-amd64
image_family: freebsd-14-0
env:
RUSTUP_HOME: /usr/local/rustup
CARGO_HOME: /usr/local/cargo
@ -53,5 +53,5 @@ macos_arm64_task:
PATH: $HOME/.cargo/bin:$PATH
YARN_IGNORE_NODE: '1'
setup_script:
- brew install node yarn
- brew install node
<<: *BUILD_AND_TEST