diff options
| author | ruki <[email protected]> | 2021-10-07 00:55:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-07 00:55:32 +0800 |
| commit | 02b4fcdadedc04df481c13185b35252ca4d98165 (patch) | |
| tree | 73d369331f6e9b68b358102370d36c430f9d12c6 /.github/workflows | |
| parent | e2847cef98032016e4d8d71ce79a7cab434478e8 (diff) | |
fix freebsd ci
Diffstat (limited to '.github/workflows')
| -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 42871147f..38eb93e22 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-10.15 concurrency: group: ${{ github.head_ref }}-FreeBSD |
