Skip to content

Commit

Permalink
ci: Use fedora:rawhide container
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jul 19, 2024
1 parent 981ac9f commit d8266f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: fedora:latest
container: fedora:rawhide

steps:
- uses: actions/checkout@v4
Expand All @@ -37,7 +37,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
container: fedora:latest
container: fedora:rawhide

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d8266f5

Please sign in to comment.