diff options
| author | ruki <[email protected]> | 2023-11-07 23:26:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-07 23:26:21 +0800 |
| commit | 0dfe01c36d154fdf6fd0b9db51763d59d6037638 (patch) | |
| tree | 51bd47a9edc5e998566997a1644adfcce3b35881 | |
| parent | b4787295c82faad126d5ceab272b1e853cbf8437 (diff) | |
fix freebsd ci
| -rw-r--r-- | .github/workflows/freebsd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 8de52e106..896c585b5 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: macos-12 + runs-on: ubuntu-latest concurrency: group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-FreeBSD |
