Skip to content

Commit 57da96d

Browse files
github macos 13 doesnt work either
1 parent c80cc59 commit 57da96d

File tree

1 file changed

+0
-47
lines changed

1 file changed

+0
-47
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -62,53 +62,6 @@ jobs:
6262
name: wheel
6363
path: dist/*
6464

65-
build-mac-arm:
66-
runs-on: macos-13-xlarge
67-
strategy:
68-
matrix:
69-
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-beta - 3.13.0', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ]
70-
steps:
71-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
72-
- uses: actions/checkout@v2
73-
with:
74-
submodules: recursive
75-
76-
- name: Setup Python
77-
uses: actions/[email protected]
78-
with:
79-
# Version range or exact version of a Python version to use, using SemVer's version range syntax.
80-
python-version: ${{ matrix.python-version }}
81-
82-
83-
# Runs a set of commands using the runners shell
84-
- name: Build raylib
85-
run: |
86-
cd raylib-c
87-
mkdir build
88-
cd build
89-
cmake -DBUILD_EXAMPLES=OFF -DCUSTOMIZE_BUILD=ON -DSUPPORT_FILEFORMAT_JPG=ON -DSUPPORT_FILEFORMAT_FLAC=ON -DWITH_PIC=ON -DCMAKE_BUILD_TYPE=Release ..
90-
make -j2
91-
sudo make install
92-
93-
- name: Copy extras
94-
run: |
95-
sudo cp -r raylib-c/src/external/glfw/include/GLFW /usr/local/include/
96-
sudo cp physac/src/physac.h /usr/local/include/
97-
sudo cp raygui/src/raygui.h /usr/local/include/
98-
99-
- name: Build raylib-python-cffi
100-
run: |
101-
python -m pip install --upgrade pip
102-
pip3 install "cffi>=1.17.0rc1"
103-
pip3 install wheel
104-
pip3 install setuptools
105-
python setup.py bdist_wheel
106-
107-
- name: Upload build Artifact wheel
108-
uses: actions/[email protected]
109-
with:
110-
name: wheel
111-
path: dist/*
11265

11366
# build-mac12-arm64:
11467
# runs-on: macos-12

0 commit comments

Comments
 (0)