MacOS and Xhyve are deprecated. See:
https://github.com/cross-platform-actions/action/blob/HEAD/changelog.md#0250---2024-07-11
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:
with:
operating_system: ${{ matrix.os.name }}
version: ${{ matrix.os.version }}
- hypervisor: ${{ matrix.os.hypervisor }}
environment_variables: LLDPD_CONFIG_ARGS
shell: bash
run: |