From 2c6fe1201352e2100e1023cde683d7d5cd3be970 Mon Sep 17 00:00:00 2001 From: jensgrunzer1 Date: Wed, 20 Nov 2024 00:21:16 +0100 Subject: [PATCH] a --- .github/workflows/aarch64.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index f703707d..9ec622f2 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -4,13 +4,12 @@ on: workflow_dispatch: jobs: build: - runs-on: [ubuntu-20.04] + runs-on: [ubuntu-latest] name: Building aarch64 binary steps: - name: Installing Packages run: | sudo apt update -y - sudo apt upgrade -y sudo apt -y install binfmt-support qemu-user-static systemd-container wget libarchive-tools - name: Starting Services run: |