Skip to content

Commit

Permalink
github: use ubuntu-minimal images (~114MiB vs 238MiB)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed May 30, 2024
1 parent 7be523c commit d8a6c6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Launch container
run: |
lxc launch ubuntu:
lxc launch ubuntu-minimal:
channel:
name: Channel
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Launch container
run: |
lxc launch ubuntu:
lxc launch ubuntu-minimal:
latest-stable:
name: Install latest/stable
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
- name: Launch container
run: |
lxc launch ubuntu:
lxc launch ubuntu-minimal:

0 comments on commit d8a6c6f

Please sign in to comment.