Skip to content

Commit

Permalink
Matrix CodeQL CI job over all runner images
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Sep 18, 2023
1 parent 4254f3a commit 253d9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
needs: [check-codeql-versions]
strategy:
matrix:
os: [ubuntu-latest,windows-latest,macos-latest]
os: [ubuntu-20.04,ubuntu-22.04,windows-2019,windows-2022,macos-11,macos-12,macos-13]
tools: ${{ fromJson(needs.check-codeql-versions.outputs.versions) }}
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 253d9cf

Please sign in to comment.