Skip to content

Commit

Permalink
Fix CI for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed May 27, 2024
1 parent 51dfa55 commit 3ba78f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
example:
- "examples/arduino-blink"
- "examples/arduino-ble-led"
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v3
with:
python-version: "3.7"
python-version: "3.9"
- name: Install dependencies
run: |
pip install -U https://github.com/platformio/platformio/archive/develop.zip
Expand Down

0 comments on commit 3ba78f3

Please sign in to comment.