remove darwing cross compile

This commit is contained in:
Clément DOUIN 2024-04-19 22:11:59 +02:00
parent 095d519dd0
commit a389434fde
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -18,8 +18,9 @@ jobs:
os: ubuntu-latest
- target: x86_64-darwin
os: macos-latest
- target: aarch64-darwin
os: macos-latest
# FIXME: build broken
# - target: aarch64-darwin
# os: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v2