Skip to content

Commit 817b9a7

Browse files
authored
Update dep
1 parent e3868b8 commit 817b9a7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/example.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,17 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-22.04, windows-2022, macos-14]
15+
os: [ubuntu-latest, windows-2022, macos-15]
1616

1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
22-
with:
23-
python-version: "3.11"
2422
- name: Install dependencies
2523
run: |
26-
python -m pip install --upgrade pip
2724
pip install wheel
28-
pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.17b2.zip
25+
pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
2926
- name: Build example
3027
run: |
3128
pio run

0 commit comments

Comments
 (0)