Skip to content

Commit 28569e7

Browse files
authored
👷 ci(biliass): use macos 15 (#575)
1 parent b2a2b90 commit 28569e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/biliass-build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ jobs:
161161
strategy:
162162
matrix:
163163
platform:
164-
- runner: macos-13
164+
- runner: macos-15-intel
165165
target: x86_64
166-
- runner: macos-14
166+
- runner: macos-15
167167
target: aarch64
168168
steps:
169169
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)