From 9ec1acb3579d2ec1269039e66cd23030af4b0499 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 12 Sep 2022 14:03:53 +0100 Subject: trivial: Update to non-deprecated macos-12 CI target --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95e2f1a..a220e57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,14 +23,14 @@ jobs: - run: docker run -t -v `pwd`:/build libgusb-${{ matrix.distro }} ./contrib/ci/build_and_test.sh -Dtests=false build-freebsd: - runs-on: macos-10.15 + runs-on: macos-12 steps: - name: Checkout uses: actions/checkout@v2 - name: Build id: test - uses: vmactions/freebsd-vm@v0.1.5 + uses: vmactions/freebsd-vm@v0.2.6 with: usesh: true mem: 8192 -- cgit v1.2.1