Skip to content

Commit 5485afa

Browse files
author
Andrew Omondi
committed
PR review feedback
1 parent a458944 commit 5485afa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ stages:
3030
steps:
3131

3232
- task: UseDotNet@2 # needed for ESRP sign
33-
displayName: 'Use .NET 8'
33+
displayName: 'Use .NET 6'
3434
inputs:
3535
version: 6.x
3636

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build-and-test:
12-
runs-on: windows-latest
12+
runs-on: ubuntu-latest
1313
env:
1414
solutionName: Microsoft.Kiota.Abstractions.sln
1515
steps:

0 commit comments

Comments
 (0)