mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 10:35:44 +00:00
Fix macOS tests
Main thread locking hangs OpenGL emulators.
This commit is contained in:
parent
a4f0dbbca8
commit
9b56ffc87c
5 changed files with 21 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue