git: f81301744e10 - main - .github: Build stable/14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 04:08:14 UTC
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 ]