From: Vincent Bernat Date: Wed, 17 Aug 2022 14:12:13 +0000 (+0200) Subject: build: try to run FreeBSD/OpenBSD on macos-latest X-Git-Tag: 1.0.16~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=870702b0ed190d14c4c59570dbd0a31900c989ce;p=thirdparty%2Flldpd.git build: try to run FreeBSD/OpenBSD on macos-latest macos-10.15 environment is being deprecated. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92a895c6..956e2211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,10 +108,10 @@ jobs: os: - name: freebsd version: '13.0' - runner: macos-10.15 + runner: macos-latest - name: openbsd version: '6.9' - runner: macos-10.15 + runner: macos-latest runs-on: ${{ matrix.os.runner }} steps: - uses: actions/checkout@v2