diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc2996e0..dd3dd976 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,12 +31,12 @@ jobs: fail-fast: false matrix: arch: [x86_64] - # data: - # - os: - # host: ubuntu-latest - # target_triple: x86_64-alpine-linux-musl - # docker: true - # + data: + - os: + host: ubuntu-latest + target_triple: x86_64-alpine-linux-musl + docker: true + # - os: # host: macOS-latest # target_triple: x86_64-apple-macos10.9