mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-16 03:24:15 +02:00
Make converter 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:
|
||||||
add-comment:
|
add-comment:
|
||||||
if: contains(github.event.issue.title, 'translate machine file')
|
if: contains(github.event.issue.title, 'translate machine file')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/convert_to_fluidnc.yml
vendored
2
.github/workflows/convert_to_fluidnc.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Reference in New Issue
Block a user