Skip to content

Commit

Permalink
Flatpak: Update to 24.08 freedesktop runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Oct 11, 2024
1 parent 45c9793 commit b729308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/flatpak/net.wz2100.wz2100.yaml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app-id: net.wz2100.wz2100@WZ_OUTPUT_NAME_SUFFIX@
# We need to force the target architecture for the runtime, to support cross-compilation
runtime: org.freedesktop.Platform@WZ_RUNTIME_SUFFIX@
runtime-version: '23.08'
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
command: warzone2100
@WZ_CROSS_COMPILE_SDK_EXTENSIONS@
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
WZ_FLATPAK_BUILD_DIR: flatpak_app
WZ_FLATPAK_TARGET_ARCH: ${{ matrix.flatpak-arch }}
WZ_FLATPAK_BUILD_ARCH: x86_64
WZ_FREEDESKTOP_RUNTIME_VERSION: 23.08 # should match runtime-version in .ci/flatpak/net.wz2100.wz2100.yaml.in
WZ_FREEDESKTOP_RUNTIME_VERSION: 24.08 # should match runtime-version in .ci/flatpak/net.wz2100.wz2100.yaml.in
outputs:
# Needed by the release job - despite this being a matrix job, this should be the same for all, so we can allow whatever is last to persist it
WZ_GITHUB_REF: ${{ steps.checkout-config.outputs.WZ_GITHUB_REF }}
Expand Down

0 comments on commit b729308

Please sign in to comment.