Skip to content

Commit

Permalink
Switch to vmactions/freebsd-vm@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzilladev committed Nov 9, 2023
1 parent 962c789 commit 2fe8ed4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,17 @@ jobs:
build-freebsd:
if: github.ref == 'refs/heads/main'
needs: decide
runs-on: macos-12
runs-on: ubuntu-22.04
name: Build FreeBSD
timeout-minutes: 30
timeout-minutes: 20
continue-on-error: true
steps:
- name: Run lscpu
run: lscpu
- uses: actions/checkout@v3
- name: Build
id: build
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
env:
DEBUG: napi:*
RUSTUP_HOME: /usr/local/rustup
Expand Down

0 comments on commit 2fe8ed4

Please sign in to comment.