From 0ab6e6a19ae95aca47f8a5fb00fdc4b85f641de2 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 19 Apr 2020 22:06:51 -0500 Subject: [PATCH] maint/CICD ~ refactor MacOS feature use (aline with feature reorg) --- .github/workflows/CICD.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 27560ff2b..ab60e8d3e 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -25,7 +25,7 @@ jobs: matrix: job: - { os: ubuntu-latest , features: unix } - - { os: macos-latest , features: unix } + - { os: macos-latest , features: macos } - { os: windows-latest , features: windows } steps: - uses: actions/checkout@v1 @@ -130,7 +130,7 @@ jobs: - { os: ubuntu-18.04 , target: i686-unknown-linux-musl , features: feat_os_unix_musl , use-cross: use-cross } - { os: ubuntu-18.04 , target: x86_64-unknown-linux-gnu , features: feat_os_unix , use-cross: use-cross } - { os: ubuntu-18.04 , target: x86_64-unknown-linux-musl , features: feat_os_unix_musl , use-cross: use-cross } - - { os: macos-latest , target: x86_64-apple-darwin , features: feat_os_unix } + - { os: macos-latest , target: x86_64-apple-darwin , features: feat_os_macos } - { os: windows-latest , target: i686-pc-windows-gnu , features: feat_os_windows } - { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows } - { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows , toolchain: nightly-x86_64-pc-windows-gnu } ## !maint: [rivy; due 2020-21-03] disable/remove when rust beta >= v1.43.0 is available (~mid-March) @@ -326,7 +326,7 @@ jobs: # job: [ { os: ubuntu-latest }, { os: macos-latest }, { os: windows-latest } ] job: - { os: ubuntu-latest , features: unix } - - { os: macos-latest , features: unix } + - { os: macos-latest , features: macos } - { os: windows-latest , features: windows , toolchain: nightly-x86_64-pc-windows-gnu } steps: - uses: actions/checkout@v1