Skip to content

Commit ec064e6

Browse files
authored
[CI] Use GitHub-hosted machines for clang-format job
I think clang-format job pollutes self-hosted runners with files, which other jobs can't remove due to different file permissions. Alternative solution to consider: use our own cached checkout + cleanup actions instead of GitHub action.
1 parent e49c6fc commit ec064e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl_precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828

2929
jobs:
3030
lint:
31-
runs-on: Linux
31+
runs-on: ubuntu-20.04
3232
container:
3333
image: ghcr.io/intel/llvm/sycl_ubuntu2004_nightly:no-drivers
3434
steps:

0 commit comments

Comments
 (0)