Skip to content

Commit a1d700c

Browse files
committed
Daco's comments
1 parent 07d67e3 commit a1d700c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ffigen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- name: Run VM tests
6767
run: dart test --platform vm --concurrency=1
6868

69+
# Keep in sync with ffigen_weekly.yaml:test-mac-arm64
6970
test-mac:
7071
needs: analyze
7172
runs-on: 'macos-latest'

.github/workflows/ffigen_weekly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ env:
1212
PUB_ENVIRONMENT: bot.github
1313

1414
jobs:
15-
test-mac:
15+
# Keep in sync with ffigen.yaml:test-mac
16+
test-mac-arm64:
1617
runs-on: 'macos-latest-xlarge' # Arm64.
1718
defaults:
1819
run:

0 commit comments

Comments
 (0)