1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-01-16 21:58:13 +01:00

Make converter run on Ubuntu 20 because 22 breaks

This commit is contained in:
Mitch Bradley 2022-12-16 12:07:39 -10:00
parent c0ed41d4c8
commit 4de130cdf9
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
jobs:
add-comment:
if: contains(github.event.issue.title, 'translate machine file')
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
permissions:
issues: write
steps:

View File

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2