Skip to content

Commit

Permalink
Merge pull request #2363 from actions/larger-runners-not-ghes
Browse files Browse the repository at this point in the history
codeql: Clarify that hosted larger runners only exist on GHEC
  • Loading branch information
issyl0 committed Apr 3, 2024
2 parents b53d05e + 31a3e00 commit 607f368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code-scanning/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners
# Consider using larger runners for possible analysis time improvements.
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
Expand Down

0 comments on commit 607f368

Please sign in to comment.