Skip to content

Commit 3ba78f3

Browse files
committed
Fix CI for MacOS
1 parent 51dfa55 commit 3ba78f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [ubuntu-latest, windows-latest, macos-latest]
10+
os: [ubuntu-latest, windows-latest, macos-13]
1111
example:
1212
- "examples/arduino-blink"
1313
- "examples/arduino-ble-led"
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Python 3
3030
uses: actions/setup-python@v3
3131
with:
32-
python-version: "3.7"
32+
python-version: "3.9"
3333
- name: Install dependencies
3434
run: |
3535
pip install -U https://github.com/platformio/platformio/archive/develop.zip

0 commit comments

Comments
 (0)