additionnal os
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -22,7 +22,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-latest, macos-latest, windows-latest, macos-latest-large]
|
||||||
env:
|
env:
|
||||||
DATA_DIR: tests/data
|
DATA_DIR: tests/data
|
||||||
MUJOCO_GL: egl
|
MUJOCO_GL: egl
|
||||||
|
|||||||
Reference in New Issue
Block a user