From 60b452303667cbde07310736bdc02b76dbd1a89c Mon Sep 17 00:00:00 2001 From: chenqianhe <1278095698@qq.com> Date: Sat, 5 Oct 2024 23:46:14 +0800 Subject: [PATCH] Fix action --- .github/workflows/base.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 61dfceb..70efd8e 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -12,8 +12,8 @@ jobs: strategy: matrix: python-version: ['3.9', '3.10'] - # macos did not support m1 for now - os: [ubuntu, windows, macos] + # Wait for fix on macos-m1: https://github.com/federicocarboni/setup-ffmpeg/issues/21 + os: [ubuntu, windows, macos-12] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -32,7 +32,7 @@ jobs: path: ${{ steps.set_variables.outputs.PIP_CACHE }} key: ${{ runner.os }}-pip-${{ steps.set_variables.outputs.PY }} - - name: Setup ffmpeg for differnt platforms + - name: Setup ffmpeg for different platforms uses: FedericoCarboni/setup-ffmpeg@v3 - name: Install dependencies