Skip to content

Commit b29c3c5

Browse files
attempt arm64 mac build
1 parent abe1655 commit b29c3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ jobs:
7777
# Version range or exact version of a Python version to use, using SemVer's version range syntax.
7878
python-version: ${{ matrix.python-version }}
7979
# The target architecture (x86, x64) of the Python interpreter.
80-
architecture: universal2
80+
architecture: x64
8181

8282
# Runs a set of commands using the runners shell
8383
- name: Build raylib
8484
run: |
8585
cd raylib-c
8686
mkdir build
8787
cd build
88-
cmake CMAKE_OSX_ARCHITECTURES="arm64;x86_64" -DINCLUDE_EVERYTHING=on -DSUPPORT_FILEFORMAT_JPG=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
88+
cmake CMAKE_OSX_ARCHITECTURES="arm64" -DINCLUDE_EVERYTHING=on -DSUPPORT_FILEFORMAT_JPG=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
8989
make -j2
9090
sudo make install
9191
- name: Copy extras

0 commit comments

Comments
 (0)