Skip to content

Commit 842f8ea

Browse files
committed
Use ubuntu-latest for Arm CI (host and container)
1 parent fd6cbfc commit 842f8ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/UnitTestArm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
julia-version: ['1.0', '1', '1.6', 'nightly']
16-
os: [ubuntu-20.04]
17-
distro: [ubuntu20.04]
16+
os: [ubuntu-latest]
17+
distro: [ubuntu_latest]
1818
arch: [aarch64]
1919

2020
steps:
@@ -45,7 +45,7 @@ jobs:
4545
mv /home/runner/work/julia-*/ /home/runner/work/julia/
4646
rm julia-aarch64.tar.gz
4747
48-
- uses: uraimo/run-on-arch-action@v2.5.0
48+
- uses: uraimo/run-on-arch-action@v2.7.1
4949
name: Unit Test
5050
with:
5151
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)