From a7940fd19bc7b195d333aaae97e4f45914439603 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 7 Jul 2025 18:01:00 +0200 Subject: [PATCH] CI updates --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91c8fd50..641e9a68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -554,9 +554,10 @@ jobs: - { zig_target: x86_64-windows-gnu } name: ${{ format('zigcc {0} {1}', matrix.zig_target, matrix.zig_pic) }} runs-on: ubuntu-latest - container: 'alpine:3.22' + #container: 'alpine:3.22' #container: ${{ contains(matrix.qemu, 'qemu-ppc64') && 'alpine:3.19' || 'alpine:3.21' }} #container: ${{ (matrix.qemu == 'qemu-ppc64') && 'alpine:edge' || 'alpine:3.21' }} + container: ${{ (matrix.qemu == 'qemu-aarch64') && 'alpine:3.19' || 'alpine:3.22' }} env: UPX_CONFIG_HAVE_WORKING_BUILD_RPATH: '' # for zig-cc wrapper scripts (see below):