Skip to content

Commit

Permalink
Workaround bug in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Apr 25, 2024
1 parent fb880d2 commit c983f75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- {os: ubuntu-latest, python: 3.9, ffmpeg: "6.1", extras: true}
- {os: ubuntu-latest, python: 3.9, ffmpeg: "6.0"}
- {os: ubuntu-latest, python: pypy3.9, ffmpeg: "6.1"}
- {os: macos-latest, python: 3.9, ffmpeg: "6.1"}
# - {os: macos-latest, python: 3.9, ffmpeg: "6.1"}

env:
PYAV_PYTHON: python${{ matrix.config.python }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
sudo apt-get install doxygen
fi
;;
macos-latest)
macos-13)
brew install automake libtool nasm pkg-config shtool texi2html wget
brew install libass libjpeg libpng libvorbis libvpx opus theora x264
;;
Expand Down Expand Up @@ -177,9 +177,9 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-latest
- os: macos-13
arch: arm64
- os: macos-latest
- os: macos-13
arch: x86_64
- os: ubuntu-latest
arch: aarch64
Expand All @@ -198,7 +198,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
uses: docker/setup-qemu-action@v3
- name: Install packages
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-13'
run: |
brew update
brew install pkg-config
Expand Down

0 comments on commit c983f75

Please sign in to comment.