gnucash future: Use ubuntu-26.04 for the doxygen workflow
John Ralls
jralls at code.gnucash.org
Sat Aug 22 13:46:19 EDT 2026
Updated via https://github.com/Gnucash/gnucash/commit/b76358c0 (commit)
from https://github.com/Gnucash/gnucash/commit/7a799fb4 (commit)
commit b76358c050c13fbd5fc26b76e7c936292dffd51f
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Aug 22 10:46:07 2026 -0700
Use ubuntu-26.04 for the doxygen workflow
Ubuntu-latest doesn't have cmake-4.0.
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 9833404577..3cafe05981 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -54,7 +54,7 @@ jobs:
programming-docs:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-26.04
name: Build Programming Documentation
steps:
- name: Checkout
Summary of changes:
.github/workflows/coverage.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list