Skip to content

Commit f3b1708

Browse files
committed
Release v0.41.0
mend
1 parent 764a413 commit f3b1708

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
strategy:
1515
matrix:
1616
os:
17-
- "macos-15"
18-
- "macos-13"
17+
- "macos-latest"
18+
- "macos-15-intel"
1919
cc:
2020
- "clang"
2121
cxx:
2222
- "clang++"
2323
include:
24-
- os: "macos-15"
24+
- os: "macos-latest"
2525
arch: "arm64"
26-
- os: "macos-13"
26+
- os: "macos-15-intel"
2727
arch: "x86_64"
2828
steps:
2929
- name: Download MPV source code

0 commit comments

Comments
 (0)