Skip to content

Commit 39f6cfe

Browse files
committed
.github: upgrade python to 3.12 in actions
1 parent b6548d4 commit 39f6cfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ffmpeg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: 3.8
30+
python-version: 3.12
3131
- name: Install meson and ninja
3232
run: |
3333
python -m pip install --upgrade pip

.github/workflows/libvmaf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup python
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: 3.8
36+
python-version: 3.12
3737
- name: Install meson and ninja
3838
run: |
3939
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)