ci: run cypress modern on macos

This commit is contained in:
Nicolas Giard 2022-09-07 15:33:05 -04:00 committed by GitHub
parent c5d11aafb9
commit 131c4d78d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,7 +164,7 @@ jobs:
name: Run Tests (Cypress - Modern)
if: ${{ github.event.inputs.skiptests == 'false' }}
needs: [prepare]
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3