We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cbcc9 commit 4d031e4Copy full SHA for 4d031e4
1 file changed
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
70
test-suite:
71
needs: build
72
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
73
steps:
74
# Run the Solid test-suite
75
- run: bash test/surface/run-solid-test-suite.sh $BRANCH_NAME $REPO_NAME
0 commit comments