Skip to content

Commit dcdc2f1

Browse files
committed
update build binary ci
1 parent b5f9385 commit dcdc2f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-native:
1212
strategy:
1313
matrix:
14-
os: [windows-latest, ubuntu-latest, macos-13, macos-latest, ubuntu-24.04-arm, windows-11-arm]
14+
os: [windows-latest, ubuntu-latest, macos-15-intel, macos-latest, ubuntu-24.04-arm, windows-11-arm]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Build'
1+
name: 'Test'
22

33
on:
44
push:

0 commit comments

Comments
 (0)