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: |