Skip to content

Commit 4064778

Browse files
committed
ci: use ubuntu_latest on aarch64
1 parent dde8ddc commit 4064778

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ jobs:
6262
uses: uraimo/[email protected]
6363
with:
6464
arch: ${{ matrix.target }}
65-
distro: ubuntu22.04
65+
distro: fedora_latest
6666
githubToken: ${{ github.token }}
6767
install: |
68-
apt-get update
69-
apt-get install -y --no-install-recommends python3 python3-pip build-essential libhdf5-dev python3-dev pkg-config curl
68+
dnf install -y python3 python3-pip hdf5-devel python3-devel pkg-config curl @development-tools
7069
pip3 install -U pip pytest
7170
run: |
7271
set -e

0 commit comments

Comments
 (0)