We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9aa868 commit 01052d3Copy full SHA for 01052d3
.cirrus.yml
@@ -103,8 +103,8 @@ linux_musl_task:
103
memory: 320M
104
cpu: 1
105
matrix:
106
- - image: alpine:3.21
107
- - image: alpine:3.18
+ - image: alpine:3.22
+ - image: alpine:3.19
108
109
env:
110
# Set to 10 instead of 1 to avoid problems when new commits are submitted
.github/workflows/ci.yml
@@ -284,7 +284,7 @@ jobs:
284
strategy:
285
fail-fast: false
286
287
- osver: [40, 41, 42]
+ osver: [41, 42, 43]
288
build:
289
- cc: gcc
290
gtk: 3
0 commit comments