Skip to content

Commit 253d9cf

Browse files
committed
Matrix CodeQL CI job over all runner images
1 parent 4254f3a commit 253d9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
needs: [check-codeql-versions]
7474
strategy:
7575
matrix:
76-
os: [ubuntu-latest,windows-latest,macos-latest]
76+
os: [ubuntu-20.04,ubuntu-22.04,windows-2019,windows-2022,macos-11,macos-12,macos-13]
7777
tools: ${{ fromJson(needs.check-codeql-versions.outputs.versions) }}
7878
runs-on: ${{ matrix.os }}
7979

0 commit comments

Comments
 (0)