Update to latest Ubuntu LTS
Build / Build app and tests (ubuntu-24.04) (push) Successful in 9m13s
Documentation / Build (1.14.0) (push) Failing after 12s
Documentation / Build (1.9.6) (push) Successful in 11s
Documentation / Deploy (push) Has been skipped

This commit is contained in:
2026-04-21 22:58:01 -07:00
parent b99e4cb06f
commit 3634b00dcb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04]
os: [ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
+2 -2
View File
@@ -11,7 +11,7 @@ permissions:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
doxygen-version: [1.9.6, 1.14.0]
@@ -59,7 +59,7 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
if: github.event_name != 'pull_request'
permissions: