Skip to content

Commit

Permalink
Add runs-on, fix CI ?
Browse files Browse the repository at this point in the history
  • Loading branch information
aaruni96 committed Jun 4, 2024
1 parent 9d87fd7 commit 1ad9610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
run: echo "${{github.ref_name}}"
pkg-repm:
name: RPM Package
container: fedora-latest
runs-on: ubuntu-latest
container: fedora:latest
steps:
- uses: actions/checkout@v4
- name: Install devscripts
Expand Down

0 comments on commit 1ad9610

Please sign in to comment.