From 64269fc508b7fddce699d9fbf293183113960932 Mon Sep 17 00:00:00 2001 From: Erki Date: Sun, 4 Feb 2024 22:34:55 +0200 Subject: [PATCH] Change UT runner --- .gitea/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c689ae5..1839f04 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -4,15 +4,10 @@ on: [push, pull_request] jobs: Unit-Tests: - runs-on: ubuntu-latest + runs-on: fedora-cpp steps: - uses: actions/checkout@v3 - - name: Prepare environment - run: | - apt update - apt install -y --no-install-recommends build-essential cmake ninja-build - - name: Configure build working-directory: ${{runner.workspace}} run: |