Merge pull request #2479 from igfoo/igfoo/swift_timeout

CodeQL: Remove Swift 2h timeout
This commit is contained in:
Orhan Toy
2024-08-20 15:06:17 +02:00
committed by GitHub
-1
View File
@@ -28,7 +28,6 @@ jobs:
# - 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:
# required for all workflows
security-events: write