Skip to content

Commit 62dd084

Browse files
author
Martin Boje Carpentier
committed
Changed windows runner to specific version, to follow recommended guidelines of specified version
1 parent fe9b423 commit 62dd084

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020

2121
name: 'Build and Test'
22-
runs-on: windows-latest
22+
runs-on: windows-2019
2323

2424
env:
2525
VSTEST_CONNECTION_TIMEOUT: 900

.github/workflows/continous-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
benchmark:
88
name: Continuous benchmarking
9-
runs-on: windows-latest
9+
runs-on: windows-2019
1010

1111
defaults:
1212
run:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
deploy:
2121
name: 'Deploy to Nuget'
2222
if: github.event_name == 'release'
23-
runs-on: windows-latest
23+
runs-on: windows-2019
2424

2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)