Skip to content

Commit 7a3d86e

Browse files
GitHub Actions: test on windows-2022 and macos-11.
1 parent 56cd9d8 commit 7a3d86e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dart.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
fail-fast: false # To see all Dart SDKs that fail, also sometimes with more helpful errors.
3838
matrix:
3939
os:
40-
- windows-2019
41-
- macos-10.15
40+
- windows-2022
41+
- macos-11
4242
- ubuntu-20.04
4343
sdk:
4444
- stable
@@ -87,8 +87,8 @@ jobs:
8787
fail-fast: false
8888
matrix:
8989
os:
90-
- windows-2019
91-
- macos-10.15
90+
- windows-2022
91+
- macos-11
9292
- ubuntu-20.04
9393
channel:
9494
- beta

0 commit comments

Comments
 (0)