mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 09:48:03 +00:00
Fix FreeBSD build by downgrading MacOS version
This commit is contained in:
parent
7c94bb082e
commit
0c33905e60
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -532,7 +532,7 @@ jobs:
|
||||||
if [ $n_fails -gt 0 ] ; then echo "::warning ::${n_fails}+ test failures" ; fi
|
if [ $n_fails -gt 0 ] ; then echo "::warning ::${n_fails}+ test failures" ; fi
|
||||||
|
|
||||||
test_freebsd:
|
test_freebsd:
|
||||||
runs-on: macos-latest
|
runs-on: macos-10.15
|
||||||
name: Tests/FreeBSD test suite
|
name: Tests/FreeBSD test suite
|
||||||
env:
|
env:
|
||||||
mem: 2048
|
mem: 2048
|
||||||
|
|
Loading…
Reference in a new issue