Skip to content

Commit

Permalink
Added windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-midolo committed Dec 21, 2023
1 parent 6b8c194 commit 1a338e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Run tests on the native platform
run: platformio run -e heltec_wifi_kit_32_V3 -d ./examples/example1/
test:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 1a338e2

Please sign in to comment.