Skip to content

Commit

Permalink
fix: ci on freebsd linux
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Jul 16, 2024
1 parent 307066f commit 7eba784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7eba784

Please sign in to comment.