Skip to content

Commit

Permalink
Update workflow to include both macos-latest (Apple M1 Silicon) and m…
Browse files Browse the repository at this point in the history
…acos-13 (Intel Mac)
  • Loading branch information
socheatsok78 committed Apr 27, 2024
1 parent d328a81 commit 715b25b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os:
- ubuntu-latest
- macos-latest # Apple M1 Silicon
- macos-13 # Intel Mac
- windows-latest
version:
- latest
- 3.3.0
Expand Down Expand Up @@ -46,7 +50,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os:
- ubuntu-latest
- macos-latest # Apple M1 Silicon
- macos-13 # Intel Mac
- windows-latest
version:
- latest
- 3.3.0-0.0.pre
Expand Down

0 comments on commit 715b25b

Please sign in to comment.