Skip to content

Commit

Permalink
Downgrade ubuntu version for 18 and 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Nov 7, 2024
1 parent dcc7cdd commit ccbc433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/armhf_lxd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- series: "series22"
runner_os: "ubuntu-22.04"
- series: "series20"
runner_os: "ubuntu-22.04"
runner_os: "ubuntu-20.04"
- series: "series18"
runner_os: "ubuntu-22.04"
runner_os: "ubuntu-20.04"
- series: "series16"
runner_os: "ubuntu-20.04"
runs-on: ${{ matrix.runner_os }}
Expand Down

0 comments on commit ccbc433

Please sign in to comment.