diff options
| -rw-r--r-- | .github/workflows/freebsd.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 8f96f7b46..e9c55944d 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: macos-10.15 + runs-on: macos-12 concurrency: group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-FreeBSD @@ -20,7 +20,7 @@ jobs: submodules: true - name: Tests - uses: vmactions/[email protected] + uses: vmactions/[email protected] with: usesh: true mem: 4096 |
