Skip to content

Commit 8a029e2

Browse files
committed
feat(apple): add fatlib curl
1 parent 9c7363c commit 8a029e2

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@ jobs:
2323
configure: --with-openssl
2424
name: linux
2525
- os: macos-latest
26-
arch: arm64
27-
configure: --with-secure-transport
28-
name: macos
29-
- os: macos-13
30-
arch: x86_64
31-
configure: --with-secure-transport
26+
configure:
27+
--with-secure-transport
28+
CFLAGS="-arch x86_64 -arch arm64"
3229
name: macos
3330
- os: windows-latest
3431
arch: x86_64
@@ -78,19 +75,10 @@ jobs:
7875
name: ios
7976
make: PLATFORM=ios
8077
- os: macos-latest
81-
arch: arm64
8278
configure:
8379
--host=arm64-apple-darwin
8480
--with-secure-transport
85-
CFLAGS="-arch arm64 -isysroot $(xcrun --sdk iphonesimulator --show-sdk-path) -miphonesimulator-version-min=11.0"
86-
name: isim
87-
make: PLATFORM=isim
88-
- os: macos-latest
89-
arch: x86_64
90-
configure:
91-
--host=x86_64-apple-darwin
92-
--with-secure-transport
93-
CFLAGS="-arch x86_64 -isysroot $(xcrun --sdk iphonesimulator --show-sdk-path) -miphonesimulator-version-min=11.0"
81+
CFLAGS="-arch x86_64 -arch arm64 -isysroot $(xcrun --sdk iphonesimulator --show-sdk-path) -miphonesimulator-version-min=11.0"
9482
name: isim
9583
make: PLATFORM=isim
9684

@@ -332,5 +320,4 @@ jobs:
332320
cloudsync-*-${{ steps.tag.outputs.version }}.zip
333321
cloudsync-*-${{ steps.tag.outputs.version }}.tar.xz
334322
cloudsync-*-${{ steps.tag.outputs.version }}.tar.gz
335-
make_latest: true
336-
323+
make_latest: true

0 commit comments

Comments
 (0)