Skip to content

Commit f247d9c

Browse files
committed
Use ubuntu-26.04 for Doctest and Cross build Linux
1 parent a24c44c commit f247d9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ jobs:
568568

569569
cross-build-linux:
570570
name: Cross build Linux
571-
runs-on: ubuntu-latest
571+
runs-on: ubuntu-26.04
572572
timeout-minutes: 60
573573
needs: build-context
574574
if: needs.build-context.outputs.run-ubuntu == 'true'

.github/workflows/reusable-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
9696
doctest:
9797
name: 'Doctest'
98-
runs-on: ubuntu-latest
98+
runs-on: ubuntu-26.04
9999
timeout-minutes: 60
100100
steps:
101101
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

0 commit comments

Comments
 (0)