Skip to content

Commit

Permalink
Allow self-hosted for CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang committed May 22, 2023
1 parent 2ba2d72 commit 396ff7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
runs-on: [ self-hosted, ubuntu-20.04 ]
container:
image: superbench/superbench:v0.8.0-cuda12.1
permissions:
Expand Down

0 comments on commit 396ff7e

Please sign in to comment.