We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d328a81 commit 715b25bCopy full SHA for 715b25b
.github/workflows/dart.yml
@@ -16,7 +16,11 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os:
20
+ - ubuntu-latest
21
+ - macos-latest # Apple M1 Silicon
22
+ - macos-13 # Intel Mac
23
+ - windows-latest
24
version:
25
- latest
26
- 3.3.0
@@ -46,7 +50,11 @@ jobs:
46
50
47
51
48
52
49
53
54
55
56
57
58
59
60
- 3.3.0-0.0.pre
0 commit comments