Skip to content

Commit d397122

Browse files
committed
cd build on win-latest
1 parent 7f23a39 commit d397122

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-cd-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: windows-latest
1212
environment: AZ-Prod
1313

1414
steps:

.github/workflows/dotnet-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: windows-latest
1414
environment: AZ-Test
1515

1616
steps:

0 commit comments

Comments
 (0)