Skip to content

Commit e156ba1

Browse files
committed
Build on macos-arm64
1 parent ba24971 commit e156ba1

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
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
os: [ ubuntu-20.04, ubuntu-22.04, macos-11 ]
81+
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-arm-oss ]
8282
name: [ head, debug ]
8383
runs-on: ${{ matrix.os }}
8484
steps:
@@ -92,7 +92,8 @@ jobs:
9292
id: platform
9393
run: |
9494
platform=${{ matrix.os }}
95-
platform=${platform/macos-*/macos-latest}
95+
platform=${platform/macos-11/macos-latest}
96+
platform=${platform/macos-arm-oss/macos-13-arm64}
9697
echo "platform=$platform" >> $GITHUB_OUTPUT
9798
9899
# Build

0 commit comments

Comments
 (0)