Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: kumarabd <[email protected]>
  • Loading branch information
kumarabd committed Apr 19, 2021
1 parent 43a5077 commit b81dc18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b81dc18

Please sign in to comment.