Skip to content

Commit f2315eb

Browse files
authored
workflow: lock ubuntu version for Clang-tidy (#1263)
1 parent 1429ae3 commit f2315eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/clang-tidy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ env:
1414

1515
jobs:
1616
scan:
17-
runs-on: ${{ github.repository_owner == 'intel' && 'ubuntu-latest' || 'innersource.prod.amr.dind' }}
17+
runs-on: ${{ github.repository_owner == 'intel' && 'ubuntu-24.04' || 'innersource.prod.amr.dind' }}
1818
container:
19-
image: "ubuntu:latest"
19+
image: "ubuntu:24.04"
2020

2121
steps:
2222
- name: "Install dependencies and create temp dir"

0 commit comments

Comments
 (0)