Merge pull request #242 from zhaofengli/aarch64-darwin
.github/build: Update macOS runner, add aarch64-darwin
This commit is contained in:
commit
0e0b682d42
1 changed files with 6 additions and 2 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -12,7 +12,11 @@ jobs:
|
||||||
image: ubuntu-latest
|
image: ubuntu-latest
|
||||||
system: aarch64-linux
|
system: aarch64-linux
|
||||||
- label: x86_64-darwin
|
- label: x86_64-darwin
|
||||||
image: macos-12
|
image: macos-latest
|
||||||
|
system: x86_64-darwin
|
||||||
|
- label: aarch64-darwin
|
||||||
|
image: macos-latest
|
||||||
|
system: aarch64-darwin
|
||||||
|
|
||||||
name: ${{ matrix.label }}
|
name: ${{ matrix.label }}
|
||||||
runs-on: ${{ matrix.image }}
|
runs-on: ${{ matrix.image }}
|
||||||
|
@ -24,7 +28,7 @@ jobs:
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2.1.0
|
uses: docker/setup-qemu-action@v2.1.0
|
||||||
if: matrix.system != ''
|
if: matrix.system == 'aarch64-linux'
|
||||||
|
|
||||||
- name: Generate System Flags
|
- name: Generate System Flags
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue