Skip to content

Commit

Permalink
Merge pull request #247 from matejak/update_ci
Browse files Browse the repository at this point in the history
Update the testing container to rawhide
  • Loading branch information
jan-cerny authored Jul 18, 2023
2 parents 9645b38 + 2bb1876 commit 463a3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.ref == 'refs/heads/rawhide' || github.event.pull_request.base.ref == 'rawhide'
runs-on: ubuntu-latest
container:
image: fedora:latest
image: fedora:rawhide
steps:
- name: Install Deps
run: dnf install -y make anaconda python3-pytest python3-pycurl openscap-scanner
Expand Down

0 comments on commit 463a3f2

Please sign in to comment.