Skip to content

Commit

Permalink
Add m1 build (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker authored Mar 26, 2024
1 parent c92b38e commit 457e6eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,11 @@ jobs:
os: ubuntu-latest
package-suffix: ubuntu
- python-version: "3.11"
os: macos-latest
os: macos-12
package-suffix: macos
- python-version: "3.11"
os: macos-14
package-suffix: macos-arm64
- python-version: "3.11"
os: windows-latest
package-suffix: windows
Expand Down Expand Up @@ -123,6 +126,7 @@ jobs:
chmod +x foxy-farmer-ubuntu-20.04/foxy-farmer
chmod +x foxy-farmer-ubuntu/foxy-farmer
chmod +x foxy-farmer-macos/foxy-farmer
chmod +x foxy-farmer-macos-arm64/foxy-farmer
- name: Create release zip
run:
for i in foxy-farmer-*/; do zip -r -j "${i%/}.zip" "$i"; done
Expand Down

0 comments on commit 457e6eb

Please sign in to comment.