Skip to content

Commit dce5c3e

Browse files
authored
Use core24 (#94)
* Use core24 * Enable snap build again
1 parent 2c43a8b commit dce5c3e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525

2626
build-snap:
2727
runs-on: ubuntu-20.04
28-
if: false
2928

3029
steps:
3130
- uses: actions/checkout@v4

snap/snapcraft.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: image-sieve
22
title: ImageSieve
3-
base: core22
3+
base: core24
44
summary: Tool to sort out images and archive them in a target folder
55
description: |
66
ImageSieve aims to help in the process of sorting through images taken by several
@@ -55,8 +55,8 @@ parts:
5555
stage-packages:
5656
- libxcb-shape0
5757
- libxcb-xfixes0
58-
- libavcodec58
59-
- libavformat58
60-
- libavutil56
61-
- libswscale5
58+
- libavcodec60
59+
- libavformat60
60+
- libavutil58
61+
- libswscale7
6262
- libgtk-3-0

0 commit comments

Comments
 (0)