1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-21 13:52:23 +02:00

Update convert-machine-file.yaml

Run on Ubuntu 20 because 22 breaks
This commit is contained in:
Mitch Bradley
2022-12-16 12:15:33 -10:00
committed by GitHub
parent 7b24e57b9d
commit 7d993e5791

View File

@@ -6,7 +6,7 @@ on:
jobs:
convert-from-issue:
if: contains(github.event.issue.title, 'Translate Machine.h')
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
permissions:
issues: write
steps: