add mac-arm64 build

This commit is contained in:
Alex Bates 2023-03-22 03:24:50 +00:00 committed by GitHub
parent 6784717c18
commit 04ec8a49f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,12 @@ jobs:
HOST: 'i386-apple-darwin', HOST: 'i386-apple-darwin',
ARCHIVE_NAME: 'mac.tar.gz' ARCHIVE_NAME: 'mac.tar.gz'
} }
- {
OS: 'macos-latest',
CFLAGS: '-std=gnu89 -Wno-return-type -Wno-error -Wno-implicit-function-declaration',
HOST: 'arm64-apple-darwin',
ARCHIVE_NAME: 'mac-arm64.tar.gz'
}
name: Building gcc for ${{ matrix.TARGET.OS }} name: Building gcc for ${{ matrix.TARGET.OS }}
steps: steps: