From b2913efd4eab7b67a3f4c6659d34d0d1b6b3067a Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:39:28 +0100 Subject: [PATCH] Switch to new Ubunbtu 24.04 custom GitHub runner group (#385) New custom GitHub Actions runner groups have been created for Ubuntu 24.04: https://salesforce.quip.com/bu6UA0KImOxJ#temp:C:GZR57becb9df8d94f80b132168fd https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md This switches to them, so we can clean up the old groups. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72b267f0..991028d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: goreleaser: - runs-on: pub-hk-ubuntu-22.04-small + runs-on: pub-hk-ubuntu-24.04-ip steps: - name: Checkout