From 1953a2c28f31e7642589a82696fdf4a1d337ad2e Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Wed, 15 Jan 2025 12:09:46 +0100 Subject: [PATCH] Update github actions to newer version of cross-platform-actions. --- .github/workflows/main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a23d0f2..28022c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,16 +4,15 @@ on: [push] jobs: test: - runs-on: macos-12 + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: OpenBSD Virtual Machine - uses: cross-platform-actions/action@v0.21.1 + uses: cross-platform-actions/action@v0.26.0 with: operating_system: openbsd - version: '7.4' - hypervisor: xhyve + version: '7.6' run: | uname -a echo $SHELL