Skip to content

Commit

Permalink
use windows latest runner for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Sep 19, 2023
1 parent 1aa8206 commit 6cb6145
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 @@ -16,7 +16,7 @@ defaults:
jobs:
analyse:
name: Analyse
runs-on: windows-2019
runs-on: windows-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6cb6145

Please sign in to comment.