Skip to content

Commit b21c092

Browse files
authored
Update codeql-analysis.yml
1 parent 7782186 commit b21c092

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ubuntu-latest
26+
runs-on: windows-latest
2727
permissions:
2828
actions: read
2929
contents: read
@@ -39,11 +39,6 @@ jobs:
3939
steps:
4040
- name: Checkout repository
4141
uses: actions/checkout@v3
42-
43-
- name: Setup .NET 5.0
44-
uses: actions/setup-dotnet@v1
45-
with:
46-
dotnet-version: 5.0.x
4742

4843
- name: Setup .NET 6.0
4944
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)