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 e8c088c commit 0c7f025Copy full SHA for 0c7f025
.github/workflows/build-sphinx.yml
@@ -25,7 +25,7 @@ jobs:
25
build-and-deploy:
26
name: Build and Deploy Docs
27
28
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
29
30
permissions:
31
# Needed to cancel any previous runs that are not completed for a given workflow
.github/workflows/pre-commit.yml
@@ -9,7 +9,7 @@ permissions: read-all
9
10
jobs:
11
pre-commit:
12
13
steps:
14
- name: Set up clang-format
15
run: |
0 commit comments