We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cf3a9 commit 288a069Copy full SHA for 288a069
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
43
check_abi:
44
name: 'Check if the ABI has changed'
45
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
46
needs: check_source
47
if: needs.check_source.outputs.run_tests == 'true'
48
steps:
.github/workflows/reusable-docs.yml
@@ -95,7 +95,7 @@ jobs:
95
# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
96
doctest:
97
name: 'Doctest'
98
99
timeout-minutes: 60
100
101
- uses: actions/checkout@v4
0 commit comments