codeql: Clarify that hosted larger runners only exist on GHEC

- Part of https://github.com/github/code-scanning/issues/13748.
This commit is contained in:
Issy Long
2024-04-03 10:23:11 +01:00
committed by GitHub
parent b53d05e4b0
commit 31a3e00dab
+2 -2
View File
@@ -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: