We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d67e3 commit a1d700cCopy full SHA for a1d700c
.github/workflows/ffigen.yml
@@ -66,6 +66,7 @@ jobs:
66
- name: Run VM tests
67
run: dart test --platform vm --concurrency=1
68
69
+ # Keep in sync with ffigen_weekly.yaml:test-mac-arm64
70
test-mac:
71
needs: analyze
72
runs-on: 'macos-latest'
.github/workflows/ffigen_weekly.yml
@@ -12,7 +12,8 @@ env:
12
PUB_ENVIRONMENT: bot.github
13
14
jobs:
15
- test-mac:
+ # Keep in sync with ffigen.yaml:test-mac
16
+ test-mac-arm64:
17
runs-on: 'macos-latest-xlarge' # Arm64.
18
defaults:
19
run:
0 commit comments