Skip to content

Commit

Permalink
ci: Update Ubuntu to latest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseExposito committed Nov 26, 2024
1 parent cc75353 commit abac551
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-ppa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
update-ppa-branch:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:

deb-package:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
target_docker_image: debian:bookworm-backports
target_distribution: bookworm
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
path: "${{ github.workspace }}/artifacts/${{ env.GITHUB_REPOSITORY_NAME }}_${{ env.GITHUB_REF_NAME }}_${{matrix.target_arch}}.deb"

rpm-package-rhel:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: almalinux:8
steps:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
path: "~/rpmbuild/RPMS/x86_64/${{ env.GITHUB_REPOSITORY_NAME }}-${{ env.GITHUB_REF_NAME }}-1.x86_64.rpm"

rpm-package-fedora:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: fedora:38
steps:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
path: "~/rpmbuild/RPMS/x86_64/${{ env.GITHUB_REPOSITORY_NAME }}-${{ env.GITHUB_REF_NAME }}-1.x86_64.rpm"

create-release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ deb-package, rpm-package-rhel, rpm-package-fedora ]
steps:
- name: GitHub Environment Variables Action
Expand Down

0 comments on commit abac551

Please sign in to comment.