Skip to content

Commit 74e4ec1

Browse files
authored
Merge pull request #472 from openzim/small-ci-update
2 parents 933d367 + 567233d commit 74e4ec1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os:
15-
- macos-13
15+
- macos-14
1616
runs-on: ${{ matrix.os }}
1717

1818
steps:
@@ -104,13 +104,13 @@ jobs:
104104
- linux-x86_64-dyn
105105
include:
106106
- target: linux-x86_64-static
107-
image_variant: focal
107+
image_variant: jammy
108108
lib_postfix: '/x86_64-linux-gnu'
109109
arch_name: linux-x86_64
110110
run_test: true
111111
coverage: true
112112
- target: linux-x86_64-dyn
113-
image_variant: focal
113+
image_variant: jammy
114114
lib_postfix: '/x86_64-linux-gnu'
115115
arch_name: linux-x86_64
116116
run_test: true
@@ -119,7 +119,7 @@ jobs:
119119
HOME: /home/runner
120120
runs-on: ubuntu-22.04
121121
container:
122-
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2023-10-30"
122+
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2025-06-07"
123123
steps:
124124
- name: Checkout code
125125
uses: actions/checkout@v4

0 commit comments

Comments
 (0)