Skip to content

Commit 124bd92

Browse files
committed
fixup! tools: switch to ARM runners on GHA jobs
1 parent 0907688 commit 124bd92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linters.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ jobs:
226226
lint-codeowners:
227227
if: github.event.pull_request.draft == false
228228
# cannot use ubuntu-slim here because mszostok/codeowners-validator is dockerized
229-
runs-on: ubuntu-24.04-arm
229+
# cannot use ubuntu-24.04-arm here because the docker image is x86 only
230+
runs-on: ubuntu-latest
230231
steps:
231232
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
232233
with:

0 commit comments

Comments
 (0)