Skip to content

Commit

Permalink
update codeql workflow runs on win 2019
Browse files Browse the repository at this point in the history
Workflow platform 'windows-latest' upgraded to windows 2022, but CodeQL doesn't support win11/win 2022. Have to specify explicitly windows-2019.
  • Loading branch information
yongyan-gh authored Feb 25, 2022
1 parent c39764b commit 7757e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: windows-latest
runs-on: windows-2019

steps:
- name: Checkout repository
Expand Down

0 comments on commit 7757e4b

Please sign in to comment.