Skip to content

Commit 4d031e4

Browse files
authored
Change test suite runner to ubuntu-latest
1 parent f1cbcc9 commit 4d031e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
test-suite:
7171
needs: build
72-
runs-on: ${{ matrix.os }}
72+
runs-on: ubuntu-latest
7373
steps:
7474
# Run the Solid test-suite
7575
- run: bash test/surface/run-solid-test-suite.sh $BRANCH_NAME $REPO_NAME

0 commit comments

Comments
 (0)