mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-22 06:03:20 +02:00
Update convert-machine-file.yaml
Run on Ubuntu 20 because 22 breaks
This commit is contained in:
2
.github/workflows/convert-machine-file.yaml
vendored
2
.github/workflows/convert-machine-file.yaml
vendored
@@ -6,7 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
convert-from-issue:
|
convert-from-issue:
|
||||||
if: contains(github.event.issue.title, 'Translate Machine.h')
|
if: contains(github.event.issue.title, 'Translate Machine.h')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user