Skip to content

Commit 715b25b

Browse files
committed
Update workflow to include both macos-latest (Apple M1 Silicon) and macos-13 (Intel Mac)
1 parent d328a81 commit 715b25b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/dart.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-latest, macos-latest, windows-latest]
19+
os:
20+
- ubuntu-latest
21+
- macos-latest # Apple M1 Silicon
22+
- macos-13 # Intel Mac
23+
- windows-latest
2024
version:
2125
- latest
2226
- 3.3.0
@@ -46,7 +50,11 @@ jobs:
4650
strategy:
4751
fail-fast: false
4852
matrix:
49-
os: [ubuntu-latest, macos-latest, windows-latest]
53+
os:
54+
- ubuntu-latest
55+
- macos-latest # Apple M1 Silicon
56+
- macos-13 # Intel Mac
57+
- windows-latest
5058
version:
5159
- latest
5260
- 3.3.0-0.0.pre

0 commit comments

Comments
 (0)