From 6cf48dc00b07334f7fd9ea6ff1469bd14c5e0293 Mon Sep 17 00:00:00 2001 From: Mike Macpherson Date: Sat, 4 Jan 2025 14:58:37 -0800 Subject: [PATCH] cut down per https://github.com/pypa/gh-action-pypi-publish/issues/215 (#54) --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 07129c4..fdcbfac 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,8 +32,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # macos-13 is an intel runner, macos-{14,15} are apple silicon - os: [ubuntu-latest, macos-13, macos-14, macos-15] + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v4