Skip to content

Commit 4789737

Browse files
chore: update the file
1 parent bdbb2e1 commit 4789737

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
os: [macos-13, macos-14]
21+
os: [macos-13, macos-14, macos-15]
2222
steps:
2323
- name: checkout
2424
uses: actions/checkout@v4
25+
continue-on-error: true
2526
- name: build for macos
2627
run: |
2728
git fetch --tags

0 commit comments

Comments
 (0)