Skip to content

Commit b81dc18

Browse files
committed
minor fix
Signed-off-by: kumarabd <[email protected]>
1 parent 43a5077 commit b81dc18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
build-and-publish:
3131
name: build and publish packages
3232
needs: [release]
33-
runs-on: ubuntu-latest
3433
strategy:
3534
max-parallel: 10
3635
matrix:
37-
os: [ubuntu-18.04, macos-latest]
36+
os: [ubuntu-latest]
3837
architecture: [amd64]
3938
distribution: [client, server, test_server, nighthawk_output_transform]
39+
runs-on: ${{ matrix.os }}
4040
steps:
4141
- name: Checkout nighthawk
4242
uses: actions/checkout@v2

0 commit comments

Comments
 (0)