Skip to content

Commit c8dc65f

Browse files
authored
i#7270 ubuntu22: Update config for clang-format and docs (#7409)
Updates Github Actions CI config for ci-docs and ci-clang-format to use Ubuntu 22.04. Issue: #7270
1 parent 74f607a commit c8dc65f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-clang-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# the CI resources: 64-bit hits most clang-only warnings and 64-bit
5959
# is the primary target these days.
6060
clang-format:
61-
runs-on: ubuntu-20.04
61+
runs-on: ubuntu-22.04
6262

6363
steps:
6464
- uses: actions/checkout@v4

.github/workflows/ci-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Docs deployment, building on Linux.
6363
docs:
6464
# We use a more recent Ubuntu for better markdown support.
65-
runs-on: ubuntu-20.04
65+
runs-on: ubuntu-22.04
6666

6767
steps:
6868
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)