Skip to content

Commit

Permalink
chore: use ubuntu 24 in GH worflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Jan 10, 2025
1 parent bcd41eb commit 768a771
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
linting:
name: Lint python and elm
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:

rust_testing:
name: Lint and test rust code
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Build Flatpak
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
create-release:
permissions:
contents: write
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

outputs:
release_id: ${{ steps.create-release.outputs.result }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapcraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
name: Build snap
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: canonical/action-build@v1
Expand Down

0 comments on commit 768a771

Please sign in to comment.