We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d4365 commit aed1b29Copy full SHA for aed1b29
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
# - https://gh.io/supported-runners-and-hardware-resources
26
# - https://gh.io/using-larger-runners
27
# Consider using larger runners for possible analysis time improvements.
28
- runs-on: ${{ (matrix.language == 'python' && ('macos-13' || 'macos-latest' || 'ubuntu-latest' || 'window-latest')) }}
+ runs-on: ${{ (matrix.language == 'python' && ('macos-latest' || 'ubuntu-latest' || 'window-latest')) }}
29
timeout-minutes: ${{ (matrix.language == 'python' && 120) || 360 }}
30
permissions:
31
# required for all workflows
0 commit comments