Skip to content

Commit 83401aa

Browse files
committed
Make windows tests actually run on windows
1 parent 71c89c3 commit 83401aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/windows.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request]
55

66
jobs:
77
"unittest_lint_sampleproject":
8-
runs-on: ubuntu-latest
8+
runs-on: windows-2019
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: ruby/setup-ruby@v1
@@ -23,7 +23,7 @@ jobs:
2323
bundle exec arduino_ci.rb
2424
2525
NetworkLib:
26-
runs-on: ubuntu-latest
26+
runs-on: windows-2019
2727
steps:
2828
- uses: actions/checkout@v2
2929
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)