From 0987c0dcac8b08429de4d74dd1a4129b6755d4b9 Mon Sep 17 00:00:00 2001 From: David Andersson Date: Wed, 3 Apr 2024 13:06:29 +1000 Subject: [PATCH] add jammy and x64 labels for self-hosted runners --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index d1d5774..557b103 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -31,7 +31,7 @@ jobs: include: - juju-channel: "3.1/stable" command: "make functional" - runs-on: "['self-hosted', 'xlarge']" + runs-on: "['self-hosted', 'xlarge', 'jammy', 'x64']" with: command: ${{ matrix.command }} juju-channel: ${{ matrix.juju-channel }}