We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087f2a5 commit d2b4610Copy full SHA for d2b4610
1 file changed
.github/workflows/codeql-analysis.yaml
@@ -47,8 +47,8 @@ jobs:
47
fail-fast: false
48
matrix:
49
language:
50
- - java-kotlin
51
- actions
+ - java-kotlin
52
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
53
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
54
permissions:
0 commit comments