diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1c1e9f..5ba9a11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -281,10 +281,13 @@ jobs: include: - runner: macos-latest platform: macos-x64 + architecture: x64 - runner: self-hosted platform: macos-arm64 + architecture: arm64 - runner: windows-latest platform: windows + architecture: x64 steps: - uses: actions/checkout@v3 @@ -292,6 +295,9 @@ jobs: with: name: embedded-protocol - uses: dart-lang/setup-dart@v1 + # Workaround for dart-lang/setup-dart#59 + with: + architecture: ${{ matrix.architecture }} - run: dart pub get - name: Deploy run: dart run grinder pkg-github-${{ matrix.platform }}