Skip to content

Commit 8cd9350

Browse files
authored
Merge pull request #3674 from violetmage/patch-3
Update flatpak build in CI.yaml
2 parents 664e84d + 832a313 commit 8cd9350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
flatpak:
4343
name: Flatpak
44-
runs-on: ubuntu-22.04
44+
runs-on: ubuntu-24.04
4545
env:
4646
FLATPAK_BUILD_PATH: flatpak_app/files/share
4747
needs: prepare
@@ -60,7 +60,7 @@ jobs:
6060
jq '.modules[0]."config-opts" += ["-Dwerror=true"]' util/flatpak/com.github.wwmm.easyeffects.Devel.json > "$updated_manifest"
6161
mv "$updated_manifest" util/flatpak/com.github.wwmm.easyeffects.Devel.json
6262
63-
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3
63+
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.4
6464
with:
6565
bundle: easyeffects-flatpak-${{ needs.prepare.outputs.github_commit_desc }}.flatpak
6666
manifest-path: util/flatpak/com.github.wwmm.easyeffects.Devel.json

0 commit comments

Comments
 (0)