Skip to content

Commit 24ff36e

Browse files
committed
.github: add additional combination to CI
1 parent 2408bd6 commit 24ff36e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,8 @@ jobs:
526526
- { os: ubuntu-latest , target: x86_64-unknown-redox , features: feat_os_unix_redox , use-cross: redoxer , skip-tests: true }
527527
- { os: ubuntu-latest , target: wasm32-unknown-unknown , default-features: false, features: uucore/format, skip-tests: true, skip-package: true, skip-publish: true }
528528
- { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos, workspace-tests: true } # M1 CPU
529+
# PR #7964: Mac should still build even if the feature is not enabled
530+
- { os: macos-latest , target: aarch64-apple-darwin , workspace-tests: true } # M1 CPU
529531
- { os: macos-13 , target: x86_64-apple-darwin , features: feat_os_macos, workspace-tests: true }
530532
- { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows }
531533
- { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows }

0 commit comments

Comments
 (0)