From 18bf12a5461b3455cc713e2348ea1399b0647f72 Mon Sep 17 00:00:00 2001 From: Zhuofei Wang Date: Thu, 26 Oct 2023 17:54:01 +0800 Subject: [PATCH] Update freebsd ci --- .github/workflows/freebsd_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/freebsd_build.yml b/.github/workflows/freebsd_build.yml index e236d4c..cf4911e 100644 --- a/.github/workflows/freebsd_build.yml +++ b/.github/workflows/freebsd_build.yml @@ -4,14 +4,14 @@ on: [push] jobs: build: - runs-on: macos-10.15 + runs-on: macos-12 name: A job to run test FreeBSD # env: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build in FreeBSD id: test - uses: vmactions/freebsd-vm@v0.1.5 + uses: vmactions/freebsd-vm@v0 with: # envs: 'MYTOKEN MYTOKEN2' usesh: true