diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fb910d6..88283e2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,9 +25,9 @@ jobs: fail-fast: false matrix: settings: - - host: macos-latest - target: x86_64-apple-darwin - build: yarn build --target x86_64-apple-darwin + # - host: macos-latest + # target: x86_64-apple-darwin + # build: yarn build --target x86_64-apple-darwin - host: windows-latest build: yarn build --target x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c52ff3e..93d32ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build: - .parallel-config script: - rustup target add $TARGET - - rustup toolchain install stable-$TARGET + - rustup toolchain install nightly-$TARGET - cargo install cargo-xwin - apt-get update -y - apt-get install yarnpkg llvm clang -y