diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebd961e..5768de8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm] + os: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm, ubuntu-24.04-arm] steps: - name: Checkout code diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52a8329..655f8f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,8 @@ jobs: os: windows-latest - target: aarch64-pc-windows-msvc os: windows-11-arm + - target: aarch64-unknown-linux-gnu + os: ubuntu-24.04-arm runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4