Don't specify architecture

This commit is contained in:
Vincent Velociter
2022-08-28 15:58:29 +02:00
parent 80a80e4963
commit 3c262b9cf4
+1 -3
View File
@@ -11,15 +11,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
sdk: [stable]
architecture: [x64, arm, arm64]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: ${{ matrix.sdk }}
architecture: ${{ matrix.architecture }}
- name: Install dependencies
run: dart pub get