Skip to content

Commit

Permalink
Fix for NetBSD tests, revert Solaris VM to using macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
megastep committed Nov 22, 2023
1 parent bb4e871 commit c418cad
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 @@ -97,14 +97,14 @@ jobs:
uses: vmactions/netbsd-vm@v1
with:
usesh: true
prepare: pkg_add pbzip2
prepare: /usr/sbin/pkg_add pbzip2
run: |
pwd
sh ./test/run-makeself.sh
test-solaris:
needs: test
runs-on: ubuntu-22.04
runs-on: macos-12
name: Test Makeself on Solaris
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c418cad

Please sign in to comment.