Skip to content

Commit

Permalink
build-lxd.yml: Run tests on ubuntu-latest runner
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
  • Loading branch information
theCalcaholic committed Sep 27, 2023
1 parent 6311d72 commit 4a0e286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-lxd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
then
RUNNER_LABEL=ubuntu-20.04-arm64
else
RUNNER_LABEL=ubuntu-20.04
RUNNER_LABEL=ubuntu-latest
fi
echo "runner_label=$RUNNER_LABEL" | tee -a $GITHUB_OUTPUT
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
test-update:
needs:
- build-previous
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
outputs:
artifact_name: "${{ env.ARTIFACT_NAME }}"
artifact_file: "${{ steps.pack-lxd.outputs.artifact_file }}"
Expand Down

0 comments on commit 4a0e286

Please sign in to comment.