From 4f54f53b83bc11d395c00de0acb7092a77b0c6d7 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Mon, 4 Mar 2024 08:27:06 +0100 Subject: [PATCH] Trying to use only specific values --- .gitea/workflows/ghdl_example.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ghdl_example.yaml b/.gitea/workflows/ghdl_example.yaml index 01c12be..1cbd285 100644 --- a/.gitea/workflows/ghdl_example.yaml +++ b/.gitea/workflows/ghdl_example.yaml @@ -12,8 +12,8 @@ jobs: matrix: backend: [ '', mcode, llvm, gcc ] version: [ 20.04, 22.04, latest ] - runs-on: ubuntu-${{ matrix.version }} - name: '🐧 Ubuntu ${{ matrix.version }} · ${{ matrix.backend }}' + runs-on: ubuntu-latest + name: '🐧 Ubuntu latest · llvm' steps: - name: '🧰 Checkout' @@ -22,7 +22,7 @@ jobs: - name: Run Action uses: ./ with: - backend: ${{ matrix.backend }} + backend: llvm - name: Test run: |