We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7458dc commit d0540d6Copy full SHA for d0540d6
.github/workflows/build.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
build:
7
8
- runs-on: windows-2019
+ runs-on: windows-2022
9
10
steps:
11
- uses: actions/checkout@v4
.github/workflows/codeql.yml
@@ -26,7 +26,7 @@ jobs:
26
# - https://gh.io/supported-runners-and-hardware-resources
27
# - https://gh.io/using-larger-runners
28
# Consider using larger runners for possible analysis time improvements.
29
30
permissions:
31
actions: read
32
contents: read
0 commit comments