From 9d6c0b2bb088112f08013d9ba3fc1f55d9ac89ab Mon Sep 17 00:00:00 2001 From: Jim Blanchard Date: Mon, 30 Oct 2023 09:34:28 -0500 Subject: [PATCH] chore: Re-enable OSX pre-build (#12460) --- .github/workflows/callable-release-verification.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/callable-release-verification.yml b/.github/workflows/callable-release-verification.yml index 3d270d97521..30fd4b0c7e0 100644 --- a/.github/workflows/callable-release-verification.yml +++ b/.github/workflows/callable-release-verification.yml @@ -7,16 +7,16 @@ jobs: uses: ./.github/workflows/callable-prebuild-amplify-js.yml with: runs_on: ubuntu-latest - # prebuild-macos: - # uses: ./.github/workflows/callable-prebuild-amplify-js.yml - # with: - # runs_on: macos-latest + prebuild-macos: + uses: ./.github/workflows/callable-prebuild-amplify-js.yml + with: + runs_on: macos-latest prebuild-samples-staging: secrets: inherit uses: ./.github/workflows/callable-prebuild-samples-staging.yml e2e: needs: - # - prebuild-macos + - prebuild-macos - prebuild-ubuntu - prebuild-samples-staging secrets: inherit