diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f7fc33c..8c89a97 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - rustup: [stable, nightly] + rustup: [stable] runs-on: ${{ matrix.os }} diff --git a/crates/coop/resources/flatpak/manifest-template.json b/crates/coop/resources/flatpak/manifest-template.json index eee6cae..7538982 100644 --- a/crates/coop/resources/flatpak/manifest-template.json +++ b/crates/coop/resources/flatpak/manifest-template.json @@ -1,7 +1,7 @@ { "id": "$APP_ID", "runtime": "org.freedesktop.Platform", - "runtime-version": "23.08", + "runtime-version": "24.08", "sdk": "org.freedesktop.Sdk", "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], "command": "coop",