Skip to content

Commit c1b429c

Browse files
GitHub CI: update tested macOS 14 -> 15 and Windows Server 2022 -> 2025
1 parent 9286280 commit c1b429c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
fail-fast: false # To see all Dart SDKs that fail, also sometimes with more helpful errors.
6060
matrix:
6161
os:
62-
- windows-2022
63-
- macos-14
62+
- windows-2025
63+
- macos-15
6464
- ubuntu-24.04
6565
sdk:
6666
# Test latest available and lowest supported SDK (see dev-doc/updating-dart-flutter-and-dependencies.md).
@@ -103,9 +103,9 @@ jobs:
103103
fail-fast: false
104104
matrix:
105105
os:
106-
- macos-14
106+
- macos-15
107107
- ubuntu-24.04
108-
- windows-2022 # Flutter 2.9 and newer need Visual Studio 2022 to build for desktop
108+
- windows-2025
109109
flutter-version:
110110
# Test latest available and lowest supported SDK (see dev-doc/updating-dart-flutter-and-dependencies.md).
111111
# Pick a concrete version instead of "latest" to avoid builds breaking due to changes in new SDKs.

0 commit comments

Comments
 (0)