Skip to content

Commit

Permalink
Bump to Platform 8 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jun 2, 2024
1 parent 2f102c5 commit e20a42d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false

container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.2-${{ matrix.arch }}
image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.arch }}
options: --privileged

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Gettext
runs-on: ubuntu-latest
container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.2-x86_64
image: ghcr.io/elementary/flatpak-platform/runtime:8-x86_64
options: --privileged

steps:
Expand Down
1 change: 1 addition & 0 deletions data/Application.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ window spinner {

image.weather-icon {
-gtk-icon-size: 5.333em; /* 48px */
-gtk-icon-palette: warning @BANANA_500;
}

image:not(.weather-icon) {
Expand Down
2 changes: 1 addition & 1 deletion io.github.danirabbit.nimbus.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "io.github.danirabbit.nimbus",
"runtime": "io.elementary.Platform",
"runtime-version": "7.2",
"runtime-version": "8",
"sdk": "io.elementary.Sdk",
"command": "io.github.danirabbit.nimbus",
"finish-args": [
Expand Down

0 comments on commit e20a42d

Please sign in to comment.