Skip to content

Commit

Permalink
fix: ci by updating containers
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Dec 31, 2024
1 parent 779d4b3 commit 5711791
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:
jobs:
check:
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
container: fedora:40
runs-on: ubuntu-24.04
container: fedora:41
steps:
- name: Install core dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

jobs:
dist:
runs-on: ubuntu-22.04
container: fedora:40
runs-on: ubuntu-24.04
container: fedora:41
permissions:
contents: write # needed for uploading release artifact
steps:
Expand Down

0 comments on commit 5711791

Please sign in to comment.