Skip to content

Commit

Permalink
Upgrade FreeBSD VM actions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
megastep committed Nov 6, 2023
1 parent 9414c66 commit 096ca3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:

test-freebsd:
needs: test
runs-on: macos-12
runs-on: ubuntu-22.04
name: Test Makeself on FreeBSD
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- name: Test on FreeBSD
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: pkg install -y pbzip2
Expand Down

0 comments on commit 096ca3e

Please sign in to comment.