Fix macOS tests

Main thread locking hangs OpenGL emulators.
This commit is contained in:
Sergey Stepanov 2024-04-25 10:19:51 +03:00
parent a4f0dbbca8
commit 9b56ffc87c
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B
5 changed files with 21 additions and 4 deletions

View file

@ -18,7 +18,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-13, windows-latest ]
os: [ ubuntu-latest, macos-12, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
@ -42,7 +42,7 @@ jobs:
xvfb-run --auto-servernum make test verify-cores
- name: macOS
if: matrix.os == 'macos-13'
if: matrix.os == 'macos-12'
run: |
brew install pkg-config libvpx x264 opus sdl2 jpeg-turbo
make build test verify-cores