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 c8e5b62 commit 89d5c41Copy full SHA for 89d5c41
.github/workflows/dart.yml
@@ -98,8 +98,9 @@ jobs:
98
include:
99
- flutter-version: 3.3.3 # Flutter 2.9 and newer need Visual Studio 2022 to build desktop.
100
os: windows-2022
101
- - flutter-version: 2.5.0 # Flutter 2.8.1 and older need Visual Studio 2019 to build desktop.
102
- os: windows-2019
+ # Currently, do not build with old Flutter version on Windows, versioning changes require Flutter 3.3+.
+ #- flutter-version: 2.5.0 # Flutter 2.8.1 and older need Visual Studio 2019 to build desktop.
103
+ # os: windows-2019
104
runs-on: ${{ matrix.os }}
105
steps:
106
- uses: actions/checkout@v2
0 commit comments