Skip to content

Commit

Permalink
try again with 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hobley committed Nov 29, 2024
1 parent 8dfbf3c commit 9cfa7c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, workflow_dispatch]

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Get App version
Expand Down
4 changes: 2 additions & 2 deletions AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ AppDir:
- amd64
allow_unauthenticated: true
sources:
- sourceline: deb http://au.archive.ubuntu.com/ubuntu/ jammy main restricted universe
- sourceline: deb http://au.archive.ubuntu.com/ubuntu/ jammy-security main restricted universe
- sourceline: deb http://au.archive.ubuntu.com/ubuntu/ noble main restricted universe
- sourceline: deb http://au.archive.ubuntu.com/ubuntu/ noble-security main restricted universe
include:
- libc6:amd64
- libsqlite3-dev:amd64
Expand Down

0 comments on commit 9cfa7c4

Please sign in to comment.