removed docker mac building step

Based on this discussion, Docker daemon is not supported in macos images: https://github.com/orgs/community/discussions/69211#discussioncomment-7242133
This commit is contained in:
Javier Bullrich
2024-08-08 12:01:50 +02:00
parent 7b2ebf016f
commit b56b85e852
+1 -6
View File
@@ -69,14 +69,9 @@ jobs:
timeout-minutes: 15
build-docker:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: brew install docker
if: contains(matrix.os, 'macos')
# We've run into out-of-disk error when compiling Polkadot in the next step, so we free up some space this way.
- name: Free Disk Space (Ubuntu)