Skip to content

Commit 69d68ea

Browse files
authored
use macos-13
1 parent 5fd4f55 commit 69d68ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/info2json.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
testing_matrix_ghact = {
55
"python-version": ["3.8", "3.9", "3.10", "3.11", "3.12"],
6-
"os": ["windows-latest", "macos-latest", "ubuntu-latest"],
6+
# TODO: Monitor https://github.com/federicocarboni/setup-ffmpeg/issues/21
7+
"os": ["windows-latest", "macos-13", "ubuntu-latest"],
78
"exclude": [{"os": "windows-latest", "python-version": "3.11"}],
89
}
910

0 commit comments

Comments
 (0)