We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f8ee1 commit c6f196dCopy full SHA for c6f196d
2 files changed
.github/workflows/build-lxd.yml
@@ -47,7 +47,7 @@ jobs:
47
echo "lxd_extra_profile=network" | tee -a "$GITHUB_OUTPUT"
48
else
49
LXC_CMD="incus"
50
- RUNNER_LABEL="ubuntu-20.04"
+ RUNNER_LABEL="ubuntu-latest"
51
fi
52
53
echo "runner_label=$RUNNER_LABEL" | tee -a $GITHUB_OUTPUT
.github/workflows/build-sd-images.yml
@@ -23,7 +23,7 @@ on:
23
24
jobs:
25
build:
26
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
27
env:
28
VERSION: "${{ inputs.git_ref }}"
29
LOG_GUEST: "\\033[1;34mGUEST::\\033[0m"
@@ -336,7 +336,7 @@ jobs:
336
}
337
338
# test-distupgrade:
339
-# runs-on: ubuntu-20.04
+# runs-on: ubuntu-latest
340
# env:
341
# VERSION: "${{ inputs.git_ref || github.ref }}"
342
# LOG_GUEST: "\\033[1;34mGUEST::\\033[0m"
0 commit comments