diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 8432e523..f9cd8d99 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -36,7 +36,7 @@ jobs: strategy: max-parallel: 10 matrix: - os: [ubuntu-18.04] + os: [ubuntu-18.04, macos-latest] architecture: [amd64] distribution: [client, server, test_server, nighthawk_output_transform] steps: