diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3de0f749..f1623238 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -153,7 +153,7 @@ jobs: build-aarch64: name: Build for aarch64 - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # Make this job optional until Ubuntu gets their act together and # provides usable infrastructure. continue-on-error: true @@ -184,7 +184,7 @@ jobs: build-armhf: name: Build for aarch32 - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # Make this job optional until Ubuntu gets their act together and # provides usable infrastructure. continue-on-error: true