From bfd0a4b852293df34ef83161600c35388427dcb6 Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 18 Apr 2023 22:12:14 +0200 Subject: [PATCH] Adjust ci script --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 887d515..e4551cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,5 @@ name: ci -default: - image: "archlinux:latest" - on: push: branches: [ "feature/continuous-integration", "development" ] @@ -10,6 +7,7 @@ on: jobs: linux: + runs-on: archlinux:latest steps: - uses: actions/checkout@v3 - run: bash scripts/install-development-environment