diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 2c714d4..8efb9a5 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -7,13 +7,13 @@ on: jobs: run-neofetch: - runs-on: ubuntu-latest + runs-on: archlinux-latest container: - image: ubuntu:latest + image: archlinux:latest steps: - name: install ponos - run: apt update && apt install -y curl bash + run: pacman -Sy curl bash -y - name: download neofetch run: |