Skip to content

Commit c6f196d

Browse files
committed
Use ubuntu-latest for all workflows
1 parent 42f8ee1 commit c6f196d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-lxd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "lxd_extra_profile=network" | tee -a "$GITHUB_OUTPUT"
4848
else
4949
LXC_CMD="incus"
50-
RUNNER_LABEL="ubuntu-20.04"
50+
RUNNER_LABEL="ubuntu-latest"
5151
fi
5252
5353
echo "runner_label=$RUNNER_LABEL" | tee -a $GITHUB_OUTPUT

.github/workflows/build-sd-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
build:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-latest
2727
env:
2828
VERSION: "${{ inputs.git_ref }}"
2929
LOG_GUEST: "\\033[1;34mGUEST::\\033[0m"
@@ -336,7 +336,7 @@ jobs:
336336
}
337337
338338
# test-distupgrade:
339-
# runs-on: ubuntu-20.04
339+
# runs-on: ubuntu-latest
340340
# env:
341341
# VERSION: "${{ inputs.git_ref || github.ref }}"
342342
# LOG_GUEST: "\\033[1;34mGUEST::\\033[0m"

0 commit comments

Comments
 (0)