diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b5e28ae..8fa6e7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,6 +47,7 @@ jobs: matrix: os: - ubuntu-latest + - ubuntu-24.04-arm - macos-latest - windows-latest version: @@ -75,6 +76,7 @@ jobs: matrix: os: - ubuntu-latest + - ubuntu-24.04-arm - macos-latest - windows-latest version: @@ -104,6 +106,7 @@ jobs: matrix: os: - ubuntu-latest + - ubuntu-24.04-arm - macos-latest - windows-latest runs-on: ${{ matrix.os }}