diff options
| author | ruki <[email protected]> | 2022-07-27 23:03:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-07-27 23:03:06 +0800 |
| commit | 43a82d1944819b465d06724abff535f3a4659de6 (patch) | |
| tree | 5aafab5efa079a3262b8e5a2cf980fb7a70c7dd2 | |
| parent | 5d2d67edb42b811fa657598222e4972bb94fae7b (diff) | |
fix bsd ci
| -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 |
