We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0eed1 commit b89382fCopy full SHA for b89382f
.github/workflows/custom-build.yml
@@ -43,6 +43,7 @@ on:
43
options:
44
- "ubuntu-latest"
45
- "macos-latest"
46
+ - "macos-13"
47
requirements:
48
description: "Comma separated requirements"
49
required: true
@@ -61,6 +62,9 @@ jobs:
61
62
steps:
63
- name: Checkout python-for-android
64
uses: actions/checkout@v4
65
+ - name: Setup Docker on macOS
66
+ if: runner.os == 'macOS'
67
+ uses: douglascamata/setup-docker-macos-action@v1-alpha
68
- name: Pull the python-for-android docker image
69
run: make docker/pull
70
- name: Build python-for-android docker image
0 commit comments