Skip to content

Commit

Permalink
Mac sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Apr 23, 2024
1 parent ff40f9e commit f9a31bd
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-13, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -42,13 +42,9 @@ jobs:
xvfb-run --auto-servernum make test verify-cores
- name: macOS
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-13'
run: |
brew update
brew install pkg-config libvpx x264 opus sdl2
brew reinstall jpeg-turbo
brew unlink jpeg-turbo
brew link jpeg-turbo
brew install pkg-config libvpx x264 opus sdl2 jpeg-turbo
make build test verify-cores
- uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit f9a31bd

Please sign in to comment.