Skip to content

Commit c7476b3

Browse files
committed
Updating to add windows to previous steps?
1 parent 0bda753 commit c7476b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/presubmit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
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
@@ -34,7 +34,7 @@ jobs:
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

0 commit comments

Comments
 (0)