diff --git a/.github/workflows/darwin.yml b/.github/workflows/darwin.yml deleted file mode 100644 index ce82b8533..000000000 --- a/.github/workflows/darwin.yml +++ /dev/null @@ -1,62 +0,0 @@ -name: "darwin" - -on: - push: - branches: [master] - workflow_dispatch: - -concurrency: - group: "darwin" - cancel-in-progress: false - -jobs: - deploy: - environment: - name: darwin - strategy: - fail-fast: false - matrix: - host: [darwin02, darwin03] - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Install Nix - uses: cachix/install-nix-action@v24 - with: - extra_nix_config: | - accept-flake-config = true - experimental-features = nix-command flakes - - name: Setup SSH - env: - SSH_KEY: "${{ secrets.SSH_KEY }}" - run: | - mkdir -p "$HOME/.ssh" - cat >>"$HOME/.ssh/id_ed25519" <>"$HOME/.ssh/known_hosts" <>"$HOME/.ssh/config" <>~/.ssh/known_hosts <>~/.ssh/known_hosts <