File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments