mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-09 12:22:38 +01:00
add mac-arm64 build
This commit is contained in:
parent
6784717c18
commit
04ec8a49f1
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -21,6 +21,12 @@ jobs:
|
||||
HOST: 'i386-apple-darwin',
|
||||
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 }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user