diff --git a/.github/workflows/example-basic.yml b/.github/workflows/example-basic.yml index 0efa9616e..0e891b55d 100644 --- a/.github/workflows/example-basic.yml +++ b/.github/workflows/example-basic.yml @@ -22,9 +22,12 @@ jobs: matrix: os: - ubuntu-22.04 + - ubuntu-22.04-arm - ubuntu-24.04 + - ubuntu-24.04-arm - ubuntu-26.04 - windows-2025 + - windows-11-arm - macos-26 - macos-26-intel runs-on: ${{ matrix.os }} @@ -50,9 +53,12 @@ jobs: matrix: os: - ubuntu-22.04 + - ubuntu-22.04-arm - ubuntu-24.04 + - ubuntu-24.04-arm - ubuntu-26.04 - windows-2025 + - windows-11-arm - macos-26 - macos-26-intel runs-on: ${{ matrix.os }}