Skip to content

Commit

Permalink
Simplified jobs.Linux.strategy.matrix
Browse files Browse the repository at this point in the history
- The 'target' variable is no longer used
- Usage of matrix.include is not justified
  • Loading branch information
veloman-yunkan committed Nov 25, 2024
1 parent 955c1d5 commit 53e3566
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,8 @@ jobs:
strategy:
fail-fast: false
matrix:
target:
- focal
include:
- target: focal
image_variant: focal
lib_postfix: '/x86_64-linux-gnu'
image_variant: focal
lib_postfix: '/x86_64-linux-gnu'
env:
HOME: /home/runner
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 53e3566

Please sign in to comment.