Skip to content

Commit 29f8062

Browse files
authored
Update ci.yml
1 parent 727163b commit 29f8062

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
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 10
1414
needs: [test]
1515
if: always()
16-
runs-on: ${{ matrix.os }}
16+
runs-on: ubuntu-latest
1717
steps:
1818
- run: |
1919
echo test: ${{ needs.test.result }}

0 commit comments

Comments
 (0)