We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f607a commit c8dc65fCopy full SHA for c8dc65f
.github/workflows/ci-clang-format.yml
@@ -58,7 +58,7 @@ jobs:
58
# the CI resources: 64-bit hits most clang-only warnings and 64-bit
59
# is the primary target these days.
60
clang-format:
61
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
62
63
steps:
64
- uses: actions/checkout@v4
.github/workflows/ci-docs.yml
@@ -62,7 +62,7 @@ jobs:
# Docs deployment, building on Linux.
docs:
# We use a more recent Ubuntu for better markdown support.
65
66
67
68
0 commit comments