Skip to content

Commit

Permalink
feat: bump fedora versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Nov 19, 2023
1 parent eb4d256 commit 0df1df6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-packages:
strategy:
matrix:
target-os: [debian-12, ubuntu-2204, fedora-37, fedora-38, arch]
target-os: [debian-12, ubuntu-2204, fedora-38, fedora-39, arch]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .pkger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ ssh: ~
images:
- name: debian-12
target: deb
- name: fedora-37
target: rpm
- name: fedora-38
target: rpm
- name: fedora-39
target: rpm
- name: ubuntu-2204
target: deb
- name: arch
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions pkg/recipes/lact/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ metadata:
depends:
all: [ hwdata ]
debian-12+ubuntu-2204: [ libgtk-4-1 ]
fedora-37+fedora-38: [ gtk4, libdrm ]
fedora-38+fedora-39: [ gtk4, libdrm ]
arch: [ gtk4 ]
build_depends:
all: [ curl, make, dbus, clang ]
debian-12+ubuntu-2204: [ libgtk-4-dev, pkg-config, build-essential, libdrm-dev ]
fedora-37+fedora-38: [ gtk4-devel, gcc, libdrm-devel, blueprint-compiler ]
fedora-38+fedora-39: [ gtk4-devel, gcc, libdrm-devel, blueprint-compiler ]
arch: [ gtk4, blueprint-compiler ]
all_images: true
env:
Expand Down

0 comments on commit 0df1df6

Please sign in to comment.