From cf808c3312224414361726ca4e4d6ab288729193 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Thu, 6 May 2021 21:25:08 -0500 Subject: [PATCH] Update .github/workflows/build-and-publish.yaml --- .github/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 6c412b2d..32549259 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -33,7 +33,7 @@ jobs: strategy: max-parallel: 10 matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] architecture: [amd64] distribution: [client, server, test_server, nighthawk_output_transform] runs-on: ${{ matrix.os }}