We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0907688 commit 124bd92Copy full SHA for 124bd92
.github/workflows/linters.yml
@@ -226,7 +226,8 @@ jobs:
226
lint-codeowners:
227
if: github.event.pull_request.draft == false
228
# cannot use ubuntu-slim here because mszostok/codeowners-validator is dockerized
229
- runs-on: ubuntu-24.04-arm
+ # cannot use ubuntu-24.04-arm here because the docker image is x86 only
230
+ runs-on: ubuntu-latest
231
steps:
232
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
233
with:
0 commit comments