Change runner from ubuntu-latest to arc-linux-latest

This commit is contained in:
Lawrence Stalder
2026-03-13 14:25:33 +01:00
committed by GitHub
parent 5229df47ab
commit 712e3f5183
+1 -1
View File
@@ -23,7 +23,7 @@ env:
jobs:
check-milestone:
name: Check Milestone
runs-on: ubuntu-latest
runs-on: arc-linux-latest
steps:
- if: github.event.pull_request.milestone == null && contains( env.LABELS, 'no-milestone' ) == false
run: exit 1