Skip to content

Commit 370b319

Browse files
committed
.github/workflows/codeql.yml: try ubuntu-20.04
- also be explicit about just "c"
1 parent 78cd71c commit 370b319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# - https://gh.io/supported-runners-and-hardware-resources
2626
# - https://gh.io/using-larger-runners (GitHub.com only)
2727
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
28-
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
28+
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-20.04' }}
2929
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
3030
permissions:
3131
# required for all workflows
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
include:
45-
- language: c-cpp
45+
- language: c
4646
build-mode: manual
4747
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
4848
# Use `c-cpp` to analyze code written in C, C++ or both

0 commit comments

Comments
 (0)