From 7dd833d544d257225fff12211fc3deb1e37e4a0e Mon Sep 17 00:00:00 2001 From: SukkaW Date: Mon, 25 Jul 2022 13:43:19 +0800 Subject: [PATCH] CI: bump macos runner version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7859ff4..fbc4ee5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,7 +123,7 @@ jobs: run: $GITHUB_WORKSPACE/test.sh freebsd: - runs-on: macos-10.15 + runs-on: macos-12 name: FreeBSD steps: - name: Checkout code @@ -133,7 +133,7 @@ jobs: ref: ${{ env.GITHUB_HEAD_REF }} - name: Build in FreeBSD - uses: vmactions/freebsd-vm@v0.1.5 + uses: vmactions/freebsd-vm@v0.2.0 with: prepare: pkg install -y gmake cmake run: |