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 06b13d5 commit e8e909cCopy full SHA for e8e909c
1 file changed
src/ci/github-actions/jobs.yml
@@ -534,6 +534,19 @@ auto:
534
CODEGEN_BACKENDS: llvm,cranelift
535
<<: *job-macos
536
537
+ - name: aarch64-apple-distcheck
538
+ env:
539
+ SCRIPT: >-
540
+ ./x.py test distcheck
541
+ --host=aarch64-apple-darwin
542
+ --target=aarch64-apple-darwin
543
+ # Aarch64 tooling only needs to support macOS 11.0 and up as nothing else
544
+ # supports the hardware.
545
+ MACOSX_DEPLOYMENT_TARGET: 11.0
546
+ MACOSX_STD_DEPLOYMENT_TARGET: 11.0
547
+ DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
548
+ <<: *job-macos
549
+
550
- name: aarch64-apple
551
env:
552
SCRIPT: >
0 commit comments