From 2da454c4bf6e2791880f9619dd7d09803708af59 Mon Sep 17 00:00:00 2001 From: Webster Sheets Date: Thu, 12 May 2022 23:01:33 -0400 Subject: [PATCH] CI: remove unneeded workflow job matrices --- .github/workflows/build-ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index c89272ac843..9ee5d53a17a 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -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 @@ -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: