Skip to content

Commit

Permalink
Update github actions to use ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
enpaul committed Dec 5, 2024
1 parent f2a0aae commit 9d9f07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]

jobs:
check-sigs:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container:
image: fedora:40
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
build-install-rpm:
name: "Install on Fedora ${{matrix.version}}"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
include:
Expand Down

0 comments on commit 9d9f07f

Please sign in to comment.