Skip to content

Commit

Permalink
Update build-kernel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade authored Jul 15, 2022
1 parent 07ac2a1 commit e4895f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Build"
run: |
mkdir -p ~/rpmbuild
docker run -t -v "$PWD":/repo fedora:35 /bin/bash -c "/repo/build.sh"
docker run -t -v "$PWD":/repo fedora:36 /bin/bash -c "/repo/build.sh"
- name: Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e4895f9

Please sign in to comment.