We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd4f55 commit 69d68eaCopy full SHA for 69d68ea
utils/info2json.py
@@ -3,7 +3,8 @@
3
4
testing_matrix_ghact = {
5
"python-version": ["3.8", "3.9", "3.10", "3.11", "3.12"],
6
- "os": ["windows-latest", "macos-latest", "ubuntu-latest"],
+ # TODO: Monitor https://github.com/federicocarboni/setup-ffmpeg/issues/21
7
+ "os": ["windows-latest", "macos-13", "ubuntu-latest"],
8
"exclude": [{"os": "windows-latest", "python-version": "3.11"}],
9
}
10
0 commit comments