mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
Use ubuntu-latest for all workflows
This commit is contained in:
parent
42f8ee11b0
commit
c6f196dc09
2
.github/workflows/build-lxd.yml
vendored
2
.github/workflows/build-lxd.yml
vendored
@ -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
|
||||||
|
|||||||
4
.github/workflows/build-sd-images.yml
vendored
4
.github/workflows/build-sd-images.yml
vendored
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user