From 58640aa7d0e81d4a21b4c308b5989c31e617def3 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Wed, 13 Sep 2023 17:41:12 +0200 Subject: [PATCH] Revert "Update runs-on" This reverts commit 143fdc32fa4d7ec5befbc67188f009d297815073. --- .github/workflows/offline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/offline.yml b/.github/workflows/offline.yml index a00db77d1..f6d429821 100644 --- a/.github/workflows/offline.yml +++ b/.github/workflows/offline.yml @@ -9,7 +9,8 @@ jobs: name: Prepare offline package # Useful to skip expensive CI when writing docs if: "!contains(github.event.head_commit.message, 'skip ci')" - runs-on: U22.04-4CPU-16Gig-150GB + runs-on: + group: wire-server-deploy steps: - uses: actions/checkout@v2 with: