Skip to content

Commit bd0cba5

Browse files
committed
upgrade arm64-linux to v3
1 parent 370f3f8 commit bd0cba5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636

3737
- name: Compile with ${{ matrix.compiler }}
38-
uses: uraimo/run-on-arch-action@v2
38+
uses: uraimo/run-on-arch-action@v3
3939
with:
4040
arch: aarch64
4141
distro: ubuntu22.04
@@ -65,4 +65,4 @@ jobs:
6565
run: |
6666
make CC=${{ matrix.compiler }} arm_neon=1 aarch64=1 -j
6767
file minimap2 | grep arm64
68-
68+

0 commit comments

Comments
 (0)