Skip to content

Commit

Permalink
CI: remove unneeded workflow job matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
sturnclaw committed May 13, 2022
1 parent 8001f2d commit 2da454c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-gcc:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
runs-on: ubuntu-20.04

steps:
# Checkout the repository as $GITHUB_WORKSPACE
Expand Down Expand Up @@ -143,10 +140,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-clang:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
runs-on: ubuntu-20.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 2da454c

Please sign in to comment.