Skip to content

Commit 5ffe4f7

Browse files
author
Daniele Briggi
committed
feat(ios): restore workflows for iOS builds
1 parent 3c3b300 commit 5ffe4f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
arch: x86_64
3434
make: PLATFORM=android ARCH=x86_64
3535
sqlite-amalgamation-zip: https://sqlite.org/2025/sqlite-amalgamation-3490100.zip
36-
# - name: ios
37-
# os: macos-latest
38-
# make: PLATFORM=ios
39-
# - name: isim
40-
# os: macos-latest
41-
# make: PLATFORM=isim
36+
- name: ios
37+
os: macos-latest
38+
make: PLATFORM=ios
39+
- name: isim
40+
os: macos-latest
41+
make: PLATFORM=isim
4242

4343
defaults:
4444
run:

0 commit comments

Comments
 (0)