From 513e2e31033f8f7678d3e62825f1d2120fa0dda4 Mon Sep 17 00:00:00 2001 From: "J.D. Purcell" Date: Sat, 18 Jan 2025 17:27:40 -0500 Subject: [PATCH] Add test for Ubuntu ARM64 runner --- .github/workflows/test.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc5f8707..3c8bd370 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -96,6 +96,12 @@ jobs: qt: tools-only-build: true add-tools-to-path: false + - os: ubuntu-24.04-arm + qt: + version: "6.8.1" + requested: "6.8.1" + modules: qtwebengine qtpositioning qtwebchannel + specific-tools: tools_ifw steps: @@ -123,7 +129,7 @@ jobs: dir: ${{ matrix.dir }} modules: ${{ matrix.qt.modules }} version: ${{ matrix.qt.requested }} - tools: tools_ifw tools_qtcreator,qt.tools.qtcreator + tools: ${{ matrix.qt.specific-tools || 'tools_ifw tools_qtcreator,qt.tools.qtcreator' }} cache: ${{ matrix.cache == 'cached' }} - name: Install Qt with options and specified aqtversion @@ -134,7 +140,7 @@ jobs: dir: ${{ matrix.dir }} modules: ${{ matrix.qt.modules }} version: ${{ matrix.qt.requested }} - tools: tools_ifw tools_qtcreator,qt.tools.qtcreator + tools: ${{ matrix.qt.specific-tools || 'tools_ifw tools_qtcreator,qt.tools.qtcreator' }} cache: ${{ matrix.cache == 'cached' }} - name: Test QT_ROOT_DIR