Skip to content

Commit

Permalink
Merge pull request #403 from MaterializeInc/arm-build-fix
Browse files Browse the repository at this point in the history
add the docker setup action
  • Loading branch information
pH14 authored Dec 15, 2023
2 parents ed56a6f + 9525fbe commit aee87c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
cache-to: type=gha,mode=max
build-mac:
needs: lint
runs-on: macos-latest-large
runs-on: macos-13-large
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v1
- uses: douglascamata/[email protected]
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v1
with:
username: materializebot
Expand Down

0 comments on commit aee87c8

Please sign in to comment.