Skip to content

Commit 21fe82b

Browse files
committed
Try installing docker
1 parent b4323d4 commit 21fe82b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/prebuild_assets.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
compile:
1515
name: Compile SQLite
1616
timeout-minutes: 30
17-
runs-on: macos-latest
17+
# We need the intel build because arm runners don't support docker :(
18+
runs-on: macos-15-intel
1819
outputs:
1920
artifact_url: ${{ steps.upload.outputs.artifact-url }}
2021
artifact_id: ${{ steps.upload.outputs.artifact-id }}
@@ -50,6 +51,8 @@ jobs:
5051
- name: Set up XCode
5152
if: steps.cache_prebuild.outputs.cache-hit != 'true'
5253
uses: maxim-lobanov/setup-xcode@v1
54+
- name: Setup Docker
55+
uses: douglascamata/setup-docker-macos-action@v1
5356
- name: Setup Linux build docker image
5457
run: docker build -t powersync_kotlin_sqlite3mc_build_helper --load jni
5558
- name: Download llvm-mingw

0 commit comments

Comments
 (0)