Skip to content

Commit de89354

Browse files
committed
feat: trigger integration test on self runner
1 parent 96a951b commit de89354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_test_flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- run: cd webf && flutter test
7474

7575
integration_test:
76-
runs-on: 'macos-14'
76+
runs-on: self-hosted
7777
needs: [ setup, build_bridge ]
7878
strategy:
7979
fail-fast: false

0 commit comments

Comments
 (0)