File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313jobs :
1414 # Job 1: Build Plugin
1515 build-plugin :
16- runs-on : ubuntu-latest
16+ runs-on : [ ubuntu-latest, macos-latest, windows-latest ]
1717 steps :
1818 - name : Checkout code
1919 uses : actions/checkout@v4 # Use the latest stable version of actions/checkout
3434 strategy :
3535 matrix :
3636 # TODO(https://github.com/flutter/dart-intellij-third-party/pull/33) Fix and enable execution on Windows
37- os : [ ubuntu-latest, macos-latest ]
37+ os : [ ubuntu-latest, macos-latest, windows-latest ]
3838 runs-on : ${{ matrix.os }} # Use the OS from the matrix
3939 steps :
4040 - name : Checkout code
6565 # Fix tests to run over additional operating systems as well as Dart SDK versions:
6666
6767 dart-version : ['stable']
68- os : [ macos-latest ]
68+ os : [ macos-latest, windows-latest ]
6969 runs-on : ${{ matrix.os }} # Use the OS from the matrix
7070 steps :
7171 - name : Checkout code
You can’t perform that action at this time.
0 commit comments