diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 74c73c0..fce08c7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -11,12 +11,12 @@ jobs: fail-fast: false matrix: target: - - x86_64-unknown-linux-gnu + # - x86_64-unknown-linux-gnu - x86_64-apple-darwin include: - - target: x86_64-unknown-linux-gnu - os: ubuntu-latest - name: hsearch-x86_64-unknown-linux-gnu.tar.gz + # - target: x86_64-unknown-linux-gnu + # os: ubuntu-latest + # name: hsearch-x86_64-unknown-linux-gnu.tar.gz - target: x86_64-apple-darwin os: macOS-latest name: hsearch-x86_64-apple-darwin.tar.gz