From 4770d64038efdc27c13a4b568bcb24999f84166d Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Fri, 31 Oct 2025 21:29:11 +0100 Subject: [PATCH] [ci] Upgrade compiler version for emulated arch --- .github/workflows/emulated.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/emulated.yml b/.github/workflows/emulated.yml index acd315de2..0a5411d27 100644 --- a/.github/workflows/emulated.yml +++ b/.github/workflows/emulated.yml @@ -13,8 +13,8 @@ jobs: strategy: matrix: sys: - - { compiler: 'gcc', version: '12'} - - { compiler: 'clang', version: '16'} + - { compiler: 'gcc', version: '14'} + - { compiler: 'clang', version: '18'} steps: - name: Setup compiler if: ${{ matrix.sys.compiler == 'gcc' }}