From 3186d95e4e70a84b2c0af182c4446693a45a3b95 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 6 Aug 2024 07:36:20 +0200 Subject: [PATCH] build: run cross-platforms test on ubuntu-latest MacOS and Xhyve are deprecated. See: https://github.com/cross-platform-actions/action/blob/HEAD/changelog.md#0250---2024-07-11 --- .github/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcc92e91..c3298fac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,17 +108,11 @@ jobs: os: - name: freebsd version: '13.3' - runner: macos-12 - hypervisor: qemu - name: netbsd version: '9.3' - runner: macos-12 - hypervisor: qemu - name: openbsd version: '7.4' - runner: macos-12 - hypervisor: xhyve - runs-on: ${{ matrix.os.runner }} + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: @@ -128,7 +122,6 @@ jobs: with: operating_system: ${{ matrix.os.name }} version: ${{ matrix.os.version }} - hypervisor: ${{ matrix.os.hypervisor }} environment_variables: LLDPD_CONFIG_ARGS shell: bash run: | -- 2.39.5