Skip to content

Commit 543e399

Browse files
authored
Merge pull request #250 from MightyCreak/chore/update-gnome-platform-48
chore: update to GNOME platform 48
2 parents 6b213ab + 6023ec9 commit 543e399

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
flatpak-build-test:
5656
runs-on: ubuntu-24.04
5757
container:
58-
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-46
58+
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
5959
options: --privileged
6060
steps:
6161
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Update pypi packages (@MightyCreak)
1717
- Add pre-commit git hooks to run linters (@MightyCreak)
1818
- Docs: improve devs setup structure (@MightyCreak)
19+
- Update to flatpak's GNOME runtime 48 (@MightyCreak)
1920

2021
### Fixed
2122

2223
- Docs: fix incorrect flatpak command to install runtime SDK (@MightyCreak)
23-
- Update to flatpak's GNOME runtime 46 (@MightyCreak)
2424
- Update GitHub actions: use Ubuntu 24.04, Python 3.9 and new Flatpak image (@MightyCreak)
2525

2626
## 0.9.0 - 2024-01-13

docs/developers/developers-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ git config --local core.hooksPath ./.githooks
8181
To build, test and install Diffuse locally:
8282

8383
```sh
84-
flatpak install runtime/org.gnome.Sdk/$(uname -m)/46
84+
flatpak install runtime/org.gnome.Sdk/$(uname -m)/48
8585
flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
8686
```
8787

io.github.mightycreak.Diffuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app-id: io.github.mightycreak.Diffuse
22
runtime: org.gnome.Platform
3-
runtime-version: '46'
3+
runtime-version: '48'
44
sdk: org.gnome.Sdk
55
command: diffuse
66
finish-args:

0 commit comments

Comments
 (0)