We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bda753 commit c7476b3Copy full SHA for c7476b3
.github/workflows/presubmit.yaml
@@ -13,7 +13,7 @@ permissions:
13
jobs:
14
# Job 1: Build Plugin
15
build-plugin:
16
- runs-on: ubuntu-latest
+ runs-on: [ ubuntu-latest, macos-latest, windows-latest ]
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v4 # Use the latest stable version of actions/checkout
@@ -34,7 +34,7 @@ jobs:
34
strategy:
35
matrix:
36
# TODO(https://github.com/flutter/dart-intellij-third-party/pull/33) Fix and enable execution on Windows
37
- os: [ ubuntu-latest, macos-latest ]
+ os: [ ubuntu-latest, macos-latest, windows-latest ]
38
runs-on: ${{ matrix.os }} # Use the OS from the matrix
39
40
0 commit comments