Skip to content

Commit 79e1bff

Browse files
committed
build-lxd.yml: Use self-hosted garm runners and ubuntu-22.04
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
1 parent 4c5a3d5 commit 79e1bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-lxd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
run: |
4141
if [[ "${LXD_ARCH}" == "arm64" ]]
4242
then
43-
RUNNER_LABEL=ubuntu-20.04-arm64
43+
RUNNER_LABEL=ubuntu-22.04,ARM64
4444
else
45-
RUNNER_LABEL=ubuntu-20.04
45+
RUNNER_LABEL=ubuntu-22.04
4646
fi
4747
echo "runner_label=$RUNNER_LABEL" | tee -a $GITHUB_OUTPUT
4848

0 commit comments

Comments
 (0)