Skip to content

Commit e1999e2

Browse files
committed
ci: remove amd64 macos and add pyinstaller
1 parent 2e87092 commit e1999e2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-binaries.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
- os: linux
2222
arch: arm64
2323
runner: ubuntu-24.04-arm
24-
- os: darwin
25-
arch: amd64
26-
runner: macos-13
2724
- os: darwin
2825
arch: arm64
2926
runner: macos-latest
@@ -42,7 +39,9 @@ jobs:
4239
uses: astral-sh/setup-uv@v7
4340

4441
- name: Install project and pyinstaller
45-
run: uv sync --all-groups
42+
run: |
43+
uv sync --all-groups
44+
uv add --group dev pyinstaller
4645
4746
- name: Build binary
4847
run: |

0 commit comments

Comments
 (0)