From b81dc1887e376a292ae9b6704c230be9831bbc45 Mon Sep 17 00:00:00 2001 From: kumarabd Date: Mon, 19 Apr 2021 20:44:23 +0530 Subject: [PATCH] minor fix Signed-off-by: kumarabd --- .github/workflows/build-and-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 1c326c50..32549259 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -30,13 +30,13 @@ jobs: build-and-publish: name: build and publish packages needs: [release] - runs-on: ubuntu-latest strategy: max-parallel: 10 matrix: - os: [ubuntu-18.04, macos-latest] + os: [ubuntu-latest] architecture: [amd64] distribution: [client, server, test_server, nighthawk_output_transform] + runs-on: ${{ matrix.os }} steps: - name: Checkout nighthawk uses: actions/checkout@v2