From 7d993e57916b98d5321cac8357448375dfc99761 Mon Sep 17 00:00:00 2001 From: Mitch Bradley Date: Fri, 16 Dec 2022 12:15:33 -1000 Subject: [PATCH] Update convert-machine-file.yaml Run on Ubuntu 20 because 22 breaks --- .github/workflows/convert-machine-file.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/convert-machine-file.yaml b/.github/workflows/convert-machine-file.yaml index d7cb95da..54393a4f 100644 --- a/.github/workflows/convert-machine-file.yaml +++ b/.github/workflows/convert-machine-file.yaml @@ -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: