Expand PR checks to cover windows-2022

This commit is contained in:
Edoardo Pirovano 2022-02-28 15:39:34 +00:00
parent 162ecaff35
commit 8ec6a84629
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
25 changed files with 373 additions and 116 deletions

View file

@ -23,8 +23,9 @@ jobs:
test-local-codeql:
strategy:
matrix:
version: [nightly-latest]
os: [ubuntu-latest]
include:
- os: ubuntu-latest
version: nightly-latest
name: Local CodeQL bundle
runs-on: ${{ matrix.os }}
steps: