Use ubuntu-latest for all workflows

This commit is contained in:
Tobias Knöppler 2025-09-13 18:22:23 +02:00
parent 42f8ee11b0
commit c6f196dc09
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ jobs:
echo "lxd_extra_profile=network" | tee -a "$GITHUB_OUTPUT" echo "lxd_extra_profile=network" | tee -a "$GITHUB_OUTPUT"
else else
LXC_CMD="incus" LXC_CMD="incus"
RUNNER_LABEL="ubuntu-20.04" RUNNER_LABEL="ubuntu-latest"
fi fi
echo "runner_label=$RUNNER_LABEL" | tee -a $GITHUB_OUTPUT echo "runner_label=$RUNNER_LABEL" | tee -a $GITHUB_OUTPUT

View File

@ -23,7 +23,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
env: env:
VERSION: "${{ inputs.git_ref }}" VERSION: "${{ inputs.git_ref }}"
LOG_GUEST: "\\033[1;34mGUEST::\\033[0m" LOG_GUEST: "\\033[1;34mGUEST::\\033[0m"
@ -336,7 +336,7 @@ jobs:
} }
# test-distupgrade: # test-distupgrade:
# runs-on: ubuntu-20.04 # runs-on: ubuntu-latest
# env: # env:
# VERSION: "${{ inputs.git_ref || github.ref }}" # VERSION: "${{ inputs.git_ref || github.ref }}"
# LOG_GUEST: "\\033[1;34mGUEST::\\033[0m" # LOG_GUEST: "\\033[1;34mGUEST::\\033[0m"