Skip to content

Commit

Permalink
Make windows tests actually run on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfixes committed Apr 5, 2021
1 parent 5199899 commit 2acef48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]

jobs:
"unittest_lint_sampleproject":
runs-on: ubuntu-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand All @@ -23,7 +23,7 @@ jobs:
bundle exec arduino_ci.rb
NetworkLib:
runs-on: ubuntu-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 2acef48

Please sign in to comment.