mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-04 06:27:11 +08:00
chore: fix FreeBSD tests
This commit is contained in:
parent
a781d0c1d2
commit
0f4893df82
1 changed files with 1 additions and 1 deletions
2
.github/workflows/freebsd.yml
vendored
2
.github/workflows/freebsd.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
freebsd:
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-10.15
|
||||
name: FreeBSD
|
||||
if: ${{ contains(github.event.pull_request.labels.*.name, 'tests:full') || contains(github.event.pull_request.labels.*.name, 'tests:long') || contains(github.event.pull_request.labels.*.name, 'tests:freebsd') }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue