diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 46b7c61e..b6e33fa4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,8 +2,7 @@ name: Deploy on: push: branches: - - deploy - - main + - DEPRECATED jobs: diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 127bad49..ddfb9090 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-13, macos-latest] + os: [macos-latest] steps: - uses: actions/checkout@v4