We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3868b8 commit 817b9a7Copy full SHA for 817b9a7
.github/workflows/example.yml
@@ -12,20 +12,17 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- os: [ubuntu-22.04, windows-2022, macos-14]
+ os: [ubuntu-latest, windows-2022, macos-15]
16
17
runs-on: ${{ matrix.os }}
18
steps:
19
- uses: actions/checkout@v4
20
- name: Set up Python
21
uses: actions/setup-python@v5
22
- with:
23
- python-version: "3.11"
24
- name: Install dependencies
25
run: |
26
- python -m pip install --upgrade pip
27
pip install wheel
28
- pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.17b2.zip
+ pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
29
- name: Build example
30
31
pio run
0 commit comments