Skip to content

Commit 343af4f

Browse files
committed
Remove ARCHFLAGS from MacOS before_all block
1 parent 19f0b8f commit 343af4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,13 @@ jobs:
6161
- os: macos-13
6262
arch: x86_64
6363
before_all: >-
64-
ARCHFLAGS="-arch x86_64 -arch arm64"
6564
echo "Starting BEFORE_ALL script" &&
6665
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
6766
cd "{package}" &&
6867
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
6968
- os: macos-14
7069
arch: arm64
7170
before_all: >-
72-
ARCHFLAGS="-arch x86_64 -arch arm64"
7371
echo "Starting BEFORE_ALL script" &&
7472
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
7573
cd "{package}" &&

0 commit comments

Comments
 (0)