Skip to content

Commit b3b0f38

Browse files
authored
ci: switch format-taginfo-docs job runner from ubuntu-24.04 to ubuntu-slim (#7483)
1 parent 7f88b3f commit b3b0f38

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/osrm-backend.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
token: ${{ secrets.GITHUB_TOKEN }}
9494

9595
format-taginfo-docs:
96-
runs-on: ubuntu-24.04
96+
runs-on: ubuntu-slim
9797
steps:
9898
- uses: actions/checkout@v6
9999
- name: Use Node.js
@@ -109,6 +109,8 @@ jobs:
109109
${{ runner.os }}-node-
110110
- name: Prepare environment
111111
run: |
112+
sudo apt-get update -y
113+
sudo apt-get install -y clang-format-18
112114
npm ci --ignore-scripts
113115
clang-format-18 --version
114116
- name: Check PR title format

0 commit comments

Comments
 (0)