From 4b28b1b38ab6ff8320dbc4949ff0efe4c369907a Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Tue, 5 Sep 2023 10:07:33 +0200 Subject: [PATCH] Update publish-edge-snap.yml Try to fix Error: The process '/usr/bin/sg' failed with exit code 2 --- .github/workflows/publish-edge-snap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-edge-snap.yml b/.github/workflows/publish-edge-snap.yml index c70f4a365..83707aaf3 100644 --- a/.github/workflows/publish-edge-snap.yml +++ b/.github/workflows/publish-edge-snap.yml @@ -7,7 +7,7 @@ on: jobs: publish_amd64: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: snapcore/action-build@v1