Skip to content

Commit 2956862

Browse files
committed
runs on
1 parent 7ff2d53 commit 2956862

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ jobs:
4141
language: ${{ matrix.language }}
4242
repo: ${{ matrix.repo }}
4343
linux-integration-summary:
44-
needs: language-integration-test
4544
name: Linux Integration Summary
45+
needs: language-integration-test
46+
runs-on: ubuntu-latest
4647
steps:
4748
- run: |
4849
echo "Success"

0 commit comments

Comments
 (0)