Skip to content

Commit

Permalink
fix(cli): upgrade freebsd ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 22, 2022
1 parent 1040c41 commit ed5fd40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/new/ci-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ jobs:
if-no-files-found: error
build-freebsd:
runs-on: macos-10.15
runs-on: macos-12
name: Build FreeBSD
steps:
- uses: actions/checkout@v3
- name: Build
id: build
uses: vmactions/freebsd-vm@v0.1.6
uses: vmactions/freebsd-vm@v0.2.0
env:
DEBUG: 'napi:*'
RUSTUP_HOME: /usr/local/rustup
Expand Down

0 comments on commit ed5fd40

Please sign in to comment.