From 7eba784ba174ed806499a89b4e38d64b099a0181 Mon Sep 17 00:00:00 2001 From: xusd320 Date: Tue, 16 Jul 2024 12:16:21 +0800 Subject: [PATCH] fix: ci on freebsd linux --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5a095fb..14e831b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -147,7 +147,7 @@ jobs: path: ${{ env.APP_NAME }}.*.node if-no-files-found: error build-freebsd: - runs-on: macos-13 + runs-on: ubuntu-latest name: Build FreeBSD steps: - uses: actions/checkout@v4 @@ -159,7 +159,7 @@ jobs: RUSTUP_IO_THREADS: 1 with: operating_system: freebsd - version: "14.1" + version: "14.0" memory: 8G cpu_count: 3 environment_variables: DEBUG RUSTUP_IO_THREADS