diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e611551..9f6e2fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: id: build with: arch: aarch64 - distro: ubuntu-latest + distro: ubuntu20.04 run: | apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential cmake file cd src/ && cmake . && make && ls -lh ntttcp && file ntttcp