From e7a7373098cfa58aa8d492a51383a43d08941c5d Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:22:20 +0200 Subject: [PATCH] test: add arm images to example-basic workflow --- .github/workflows/example-basic.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/example-basic.yml b/.github/workflows/example-basic.yml index d078861ca..cc39509b0 100644 --- a/.github/workflows/example-basic.yml +++ b/.github/workflows/example-basic.yml @@ -22,8 +22,11 @@ jobs: matrix: os: - ubuntu-22.04 + - ubuntu-22.04-arm - ubuntu-24.04 + - ubuntu-24.04-arm - windows-2025 + - windows-11-arm - macos-26 - macos-26-intel runs-on: ${{ matrix.os }} @@ -49,8 +52,11 @@ jobs: matrix: os: - ubuntu-22.04 + - ubuntu-22.04-arm - ubuntu-24.04 + - ubuntu-24.04-arm - windows-2025 + - windows-11-arm - macos-26 - macos-26-intel runs-on: ${{ matrix.os }}