Skip to content

Commit 339290e

Browse files
authored
Update main.yml
1 parent dd780e0 commit 339290e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
make pack
4141
- name: Commit changed `get-platformio.py`
42-
if: matrix.os == 'macos-latest' && matrix.python-version == '"3.13"'
42+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '"3.12"'
4343
uses: stefanzweifel/git-auto-commit-action@v5
4444
with:
4545
commit_message: "Github Action: Updated `get-platformio.py`"

0 commit comments

Comments
 (0)