Skip to content

Commit

Permalink
bump ci container to f41
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed Dec 21, 2024
1 parent 9fe89fa commit 9eb4f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
variant: ["mt8192", "mt8183", "sc7180", "rpi5", "rpi4"]
runs-on: x86-64-lg
container:
image: registry.fedoraproject.org/fedora-minimal:40
image: registry.fedoraproject.org/fedora-minimal:41
steps:
- name: Install Toolchain
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
variant: ['stoneyridge', 'chromebook']
runs-on: x86-64-lg
container:
image: registry.fedoraproject.org/fedora-minimal:40
image: registry.fedoraproject.org/fedora-minimal:41
steps:
- name: Install Toolchain
run: |
Expand Down

0 comments on commit 9eb4f65

Please sign in to comment.