We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4323d4 commit 21fe82bCopy full SHA for 21fe82b
.github/workflows/prebuild_assets.yml
@@ -14,7 +14,8 @@ jobs:
14
compile:
15
name: Compile SQLite
16
timeout-minutes: 30
17
- runs-on: macos-latest
+ # We need the intel build because arm runners don't support docker :(
18
+ runs-on: macos-15-intel
19
outputs:
20
artifact_url: ${{ steps.upload.outputs.artifact-url }}
21
artifact_id: ${{ steps.upload.outputs.artifact-id }}
@@ -50,6 +51,8 @@ jobs:
50
51
- name: Set up XCode
52
if: steps.cache_prebuild.outputs.cache-hit != 'true'
53
uses: maxim-lobanov/setup-xcode@v1
54
+ - name: Setup Docker
55
+ uses: douglascamata/setup-docker-macos-action@v1
56
- name: Setup Linux build docker image
57
run: docker build -t powersync_kotlin_sqlite3mc_build_helper --load jni
58
- name: Download llvm-mingw
0 commit comments