Skip to content

Commit f08d0b6

Browse files
authored
Merge pull request #19 from rubberduck-vba/p0
cd build on win-latest
2 parents edf1c3c + d397122 commit f08d0b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)