@@ -102,7 +102,7 @@ jobs:
102102# for now, don't build it on mac & windows because the doc is only published from linux
103103# + it needs a bunch of duplication for build
104104# and I don't want to add a doc step in the regular build to avoid long builds
105- # - { os: macos-latest , features: feat_os_macos }
105+ # - { os: macos-latest , features: feat_os_unix }
106106# - { os: windows-latest , features: feat_os_windows }
107107 steps :
108108 - uses : actions/checkout@v6
@@ -277,7 +277,7 @@ jobs:
277277 matrix :
278278 job :
279279 - { os: ubuntu-latest , features: feat_os_unix }
280- - { os: macos-latest , features: feat_os_macos }
280+ - { os: macos-latest , features: feat_os_unix }
281281 - { os: windows-latest , features: feat_os_windows }
282282 steps :
283283 - uses : actions/checkout@v6
@@ -320,7 +320,7 @@ jobs:
320320 matrix :
321321 job :
322322 - { os: ubuntu-latest , features: feat_os_unix }
323- - { os: macos-latest , features: feat_os_macos }
323+ - { os: macos-latest , features: feat_os_unix }
324324 - { os: windows-latest , features: feat_os_windows }
325325 steps :
326326 - uses : actions/checkout@v6
@@ -381,10 +381,10 @@ jobs:
381381 - { os: ubuntu-latest , target: x86_64-unknown-netbsd, features: "feat_os_unix", use-cross: use-cross , skip-tests: true , check-only: true }
382382 - { os: ubuntu-latest , target: x86_64-unknown-redox , features: feat_os_unix_redox , use-cross: redoxer , skip-tests: true , check-only: true }
383383 - { os: ubuntu-latest , target: wasm32-wasip1, default-features: false, features: feat_wasm, skip-tests: true }
384- - { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos , workspace-tests: true } # M1 CPU
384+ - { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_unix , workspace-tests: true } # M1 CPU
385385 # PR #7964: chcon should not break build without the feature. cargo check is enough to detect it.
386386 - { os: macos-latest , target: aarch64-apple-darwin , workspace-tests: true, check-only: true } # M1 CPU
387- - { os: macos-latest , target: x86_64-apple-darwin , features: feat_os_macos , workspace-tests: true }
387+ - { os: macos-latest , target: x86_64-apple-darwin , features: feat_os_unix , workspace-tests: true }
388388 - { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows }
389389 - { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows }
390390 - { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows }
@@ -870,7 +870,7 @@ jobs:
870870 fail-fast : false
871871 matrix :
872872 job :
873- - { os: macos-latest , features: feat_os_macos }
873+ - { os: macos-latest , features: feat_os_unix }
874874 - { os: windows-latest , features: feat_os_windows }
875875
876876 steps :
0 commit comments