From d529eb09d16bafc612e9e5fa0de6d7924dea4e5e Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Mon, 26 Aug 2024 23:29:19 -0700 Subject: [PATCH] gha: arm64? --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6963a7b..8a3bd79 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -86,7 +86,7 @@ jobs: xcode-version: latest-stable - run: ./scripts/vendor.sh - - run: make CFLAGS="-target x86_64-apple-ios -isysroot $(xcrun -sdk iphoneos --show-sdk-path) -DNDEBUG=1" loadable static + - run: make CFLAGS="-target arm64-apple-ios -isysroot $(xcrun -sdk iphoneos --show-sdk-path) -DNDEBUG=1" loadable static - uses: actions/upload-artifact@v4 with: name: sqlite-vec-ios-testing-extension