From c418cad997728d1ba635241a1287e2b9ec5ea713 Mon Sep 17 00:00:00 2001 From: Stephane Peter Date: Wed, 22 Nov 2023 02:24:58 -0800 Subject: [PATCH] Fix for NetBSD tests, revert Solaris VM to using macOS --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa8f535..2bb5de2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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