Merge pull request #2363 from actions/larger-runners-not-ghes

codeql: Clarify that hosted larger runners only exist on GHEC
This commit is contained in:
Issy Long
2024-04-03 16:22:33 +01:00
committed by GitHub
+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: