From ff3c050297c41a9df939e110477a38f7cc5e17db Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Wed, 8 Nov 2023 22:25:25 +0100 Subject: [PATCH] update *BSD CI --- .github/workflows/bsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 55a87cbd9..a7dcd9cc4 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -28,11 +28,11 @@ jobs: make test make test-memleaks openbsd: - runs-on: ubuntu-22.04 + runs-on: macos-12 steps: - uses: actions/checkout@v4 - name: Run tests - uses: vmactions/openbsd-vm@v1 + uses: vmactions/openbsd-vm@v0 with: usesh: true prepare: |