CodeQL: Remove Swift 2h timeout

Spurious intermittent timeouts are no longer expected on Swift.
This commit is contained in:
Ian Lynagh
2024-08-20 12:06:59 +01:00
parent 83b6e98d43
commit ba125834f1
-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