Skip to content

Commit b89382f

Browse files
committed
👷 Make sure docker is available on macOS
1 parent 9b0eed1 commit b89382f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/custom-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ on:
4343
options:
4444
- "ubuntu-latest"
4545
- "macos-latest"
46+
- "macos-13"
4647
requirements:
4748
description: "Comma separated requirements"
4849
required: true
@@ -61,6 +62,9 @@ jobs:
6162
steps:
6263
- name: Checkout python-for-android
6364
uses: actions/checkout@v4
65+
- name: Setup Docker on macOS
66+
if: runner.os == 'macOS'
67+
uses: douglascamata/setup-docker-macos-action@v1-alpha
6468
- name: Pull the python-for-android docker image
6569
run: make docker/pull
6670
- name: Build python-for-android docker image

0 commit comments

Comments
 (0)