Skip to content

Commit 4f65ecf

Browse files
authored
Merge pull request #70 from ever-co/ci/runners-selfhosted-master
ci: migrate CodeQL runner to self-hosted ARC (master)
2 parents 9378848 + 7b4a44f commit 4f65ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
analyze:
1313
name: Analyze
14-
runs-on: ubuntu-latest
14+
runs-on: ${{ vars.RUNNER_LINUX_X64_4 || 'ubuntu-latest' }}
1515
permissions:
1616
actions: read
1717
contents: read

0 commit comments

Comments
 (0)