diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9df6fc2..dea93b9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, windows-2022, macOS-13] + os: [ubuntu-22.04, windows-2022, macOS-15] steps: - uses: actions/checkout@v4 @@ -73,7 +73,7 @@ jobs: path: dist - uses: actions/download-artifact@v4.1.7 with: - name: macOS-13 + name: macOS-15 path: dist - name: Publish distribution to PyPI if: startsWith(github.ref, 'refs/tags')