From: Vincent Bernat Date: Tue, 6 Aug 2024 05:36:20 +0000 (+0200) Subject: build: run cross-platforms test on ubuntu-latest X-Git-Tag: 1.0.19~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3186d95e4e70a84b2c0af182c4446693a45a3b95;p=thirdparty%2Flldpd.git 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 --- 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: |