Skip to content

Commit 01052d3

Browse files
committed
Bump Fedora and Alpine versions in CI
What remains are only supported releases.
1 parent b9aa868 commit 01052d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ linux_musl_task:
103103
memory: 320M
104104
cpu: 1
105105
matrix:
106-
- image: alpine:3.21
107-
- image: alpine:3.18
106+
- image: alpine:3.22
107+
- image: alpine:3.19
108108

109109
env:
110110
# Set to 10 instead of 1 to avoid problems when new commits are submitted

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
strategy:
285285
fail-fast: false
286286
matrix:
287-
osver: [40, 41, 42]
287+
osver: [41, 42, 43]
288288
build:
289289
- cc: gcc
290290
gtk: 3

0 commit comments

Comments
 (0)