Skip to content

Commit

Permalink
ci(build): add macos-15
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Nov 6, 2024
1 parent cf70e9b commit 35fe955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-13, macos-14]
os: [ubuntu-22.04, macos-13, macos-14, macos-15]
steps:
- name: Clone project
id: checkout
Expand All @@ -59,7 +59,7 @@ jobs:
mv wasi-sdk-24.0-x86_64-macos wasi-sdk-24.0
- name: Download wasi-sdk for arm64-macos
if: matrix.os == 'macos-14'
if: matrix.os == 'macos-14' || matrix.os == 'macos-15'
run: |
curl -LO https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-24/wasi-sdk-24.0-arm64-macos.tar.gz
tar -xzvf wasi-sdk-24.0-arm64-macos.tar.gz
Expand Down

0 comments on commit 35fe955

Please sign in to comment.