diff --git a/.github/workflows/OpenBSD-7.4-Makefile.yml b/.github/workflows/OpenBSD-7.4-Makefile.yml index 8f2e8a31475..6c87d89dc65 100644 --- a/.github/workflows/OpenBSD-7.4-Makefile.yml +++ b/.github/workflows/OpenBSD-7.4-Makefile.yml @@ -19,10 +19,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Startup VM - uses: cross-platform-actions/action@v0.22.0 + uses: cross-platform-actions/action@a5ba8d3c7ac68cb1e860aa0769a25647481ade50 with: architecture: x86_64 - hypervisor: xhyve + hypervisor: qemu memory: 4G operating_system: openbsd version: '7.4' @@ -31,10 +31,10 @@ jobs: shutdown_vm: false run: true - name: Install dependencies - uses: cross-platform-actions/action@v0.22.0 + uses: cross-platform-actions/action@a5ba8d3c7ac68cb1e860aa0769a25647481ade50 with: architecture: x86_64 - hypervisor: xhyve + hypervisor: qemu memory: 4G operating_system: openbsd version: '7.4' @@ -44,10 +44,10 @@ jobs: run: | sudo pkg_add subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2 - name: Build - uses: cross-platform-actions/action@v0.22.0 + uses: cross-platform-actions/action@a5ba8d3c7ac68cb1e860aa0769a25647481ade50 with: architecture: x86_64 - hypervisor: xhyve + hypervisor: qemu memory: 4G operating_system: openbsd version: '7.4' @@ -57,10 +57,10 @@ jobs: run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 - name: Test - uses: cross-platform-actions/action@v0.22.0 + uses: cross-platform-actions/action@a5ba8d3c7ac68cb1e860aa0769a25647481ade50 with: architecture: x86_64 - hypervisor: xhyve + hypervisor: qemu memory: 4G operating_system: openbsd version: '7.4' @@ -70,10 +70,10 @@ jobs: run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check - name: Shutdown VM - uses: cross-platform-actions/action@v0.22.0 + uses: cross-platform-actions/action@a5ba8d3c7ac68cb1e860aa0769a25647481ade50 with: architecture: x86_64 - hypervisor: xhyve + hypervisor: qemu memory: 4G operating_system: openbsd version: '7.4'