We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f022e02 commit 434f2b9Copy full SHA for 434f2b9
.github/workflows/ci.yml
@@ -332,20 +332,14 @@ jobs:
332
include:
333
- runner: macos-latest
334
platform: macos-x64
335
- architecture: x64
336
- runner: self-hosted
337
platform: macos-arm64
338
- architecture: arm64
339
- runner: windows-latest
340
platform: windows
341
342
343
steps:
344
- uses: actions/checkout@v3
345
- uses: dart-lang/setup-dart@v1
346
- # Workaround for dart-lang/setup-dart#59
347
- with:
348
- architecture: ${{ matrix.architecture }}
349
- run: dart pub get
350
- name: Deploy
351
run: dart run grinder pkg-github-${{ matrix.platform }}
0 commit comments