Skip to content

Commit 7124b9c

Browse files
committed
Build on macos-arm64
1 parent bc12972 commit 7124b9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,16 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, windows-2019 ]
82+
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-arm-oss, windows-2019 ]
8383
runs-on: ${{ matrix.os }}
8484
steps:
8585
- name: Set platform
8686
id: platform
8787
shell: bash
8888
run: |
8989
platform=${{ matrix.os }}
90-
platform=${platform/macos-*/macos-latest}
90+
platform=${platform/macos-11/macos-latest}
91+
platform=${platform/macos-arm-oss/macos-13-arm64}
9192
platform=${platform/windows-*/windows-latest}
9293
echo "platform=$platform" >> $GITHUB_OUTPUT
9394

0 commit comments

Comments
 (0)