File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,15 +77,15 @@ jobs:
77
77
# Version range or exact version of a Python version to use, using SemVer's version range syntax.
78
78
python-version : ${{ matrix.python-version }}
79
79
# The target architecture (x86, x64) of the Python interpreter.
80
- architecture : universal2
80
+ architecture : x64
81
81
82
82
# Runs a set of commands using the runners shell
83
83
- name : Build raylib
84
84
run : |
85
85
cd raylib-c
86
86
mkdir build
87
87
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 ..
89
89
make -j2
90
90
sudo make install
91
91
- name : Copy extras
You can’t perform that action at this time.
0 commit comments