Skip to content

Commit

Permalink
Update dependency ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent ecec5ff commit a0f2f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
build: ${{ fromJSON(inputs.builds) }}

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: >-
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-24.04.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "qemu" "ubuntu2404" {
iso_url = "https://releases.ubuntu.com/noble/ubuntu-24.04-desktop-amd64.iso"
iso_url = "https://releases.ubuntu.com/noble/ubuntu-24.04.1-desktop-amd64.iso"
iso_checksum = "file:https://releases.ubuntu.com/noble/SHA256SUMS"
vga = "virtio"
cpus = 2
Expand Down

0 comments on commit a0f2f64

Please sign in to comment.