Skip to content

Commit 3498225

Browse files
authored
ci: update deployment macos-12 to macos-13
1 parent 23c6881 commit 3498225

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
build-mac10-wheels:
7676

77-
runs-on: macos-12
77+
runs-on: macos-13
7878
strategy:
7979
matrix:
8080
python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12", "3.13" ]
@@ -238,4 +238,4 @@ jobs:
238238
python -m twine upload --repository testpypi windowsbuild*/* -u __token__ -p ${{ secrets.TEST_PYPI_PASSWORD }} --skip-existing
239239
python -m twine upload --repository testpypi apple10build*/* -u __token__ -p ${{ secrets.TEST_PYPI_PASSWORD }} --skip-existing
240240
python -m twine upload --repository testpypi apple10sbuild*/* -u __token__ -p ${{ secrets.TEST_PYPI_PASSWORD }} --skip-existing
241-
python -m twine upload --repository testpypi linuxbuild*/* -u __token__ -p ${{ secrets.TEST_PYPI_PASSWORD }} --skip-existing
241+
python -m twine upload --repository testpypi linuxbuild*/* -u __token__ -p ${{ secrets.TEST_PYPI_PASSWORD }} --skip-existing

0 commit comments

Comments
 (0)