Date: Sat, 3 Feb 2024 04:08:14 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: f81301744e10 - main - .github: Build stable/14 Message-ID: <202402030408.41348EbT065806@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=f81301744e10789705fce10da47fd98bb5bc3af6 commit f81301744e10789705fce10da47fd98bb5bc3af6 Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2023-10-27 16:26:15 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-02-03 04:05:49 +0000 .github: Build stable/14 Sponsored by: Arm Ltd Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/878 --- .github/workflows/cross-bootstrap-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index ddfcb467126e..192249eff9a3 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -2,7 +2,7 @@ name: Cross-build Kernel on: push: - branches: [ main, 'stable/13' ] + branches: [ main, 'stable/14', 'stable/13' ] pull_request: branches: [ main ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402030408.41348EbT065806>