Skip to content

Commit 89d5c41

Browse files
CI: disable Windows build with old Flutter SDK.
1 parent c8e5b62 commit 89d5c41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ jobs:
9898
include:
9999
- flutter-version: 3.3.3 # Flutter 2.9 and newer need Visual Studio 2022 to build desktop.
100100
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
101+
# Currently, do not build with old Flutter version on Windows, versioning changes require Flutter 3.3+.
102+
#- flutter-version: 2.5.0 # Flutter 2.8.1 and older need Visual Studio 2019 to build desktop.
103+
# os: windows-2019
103104
runs-on: ${{ matrix.os }}
104105
steps:
105106
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)