diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 | 
1 files 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: | | 
