From 895355d36da23902fce57a8a8abcfbb8925a1d03 Mon Sep 17 00:00:00 2001 From: Max Holland <max@livepeer.org> Date: Wed, 15 Jan 2025 11:22:15 +0000 Subject: [PATCH] Enable macos builds --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3c03ce0e..883b577e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,8 +15,8 @@ jobs: platform: - name: linux os: ubuntu-20.04 -# - name: darwin -# os: macos-latest + - name: darwin + os: macos-latest arch: - arm64 - amd64