Skip to content

Commit

Permalink
Update workflow to use macOS-13 instead of 11
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Jul 31, 2024
1 parent a45de30 commit 5ae40a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
TWINE_USERNAME=${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD=${{ secrets.PYPI_PASSWORD }} /opt/python/${{ matrix.cp }}/bin/python -m twine upload wheelhouse/*.whl
build_macos_11:
name: Build for macOS 11
runs-on: macOS-11
name: Build for macOS 13
runs-on: macOS-13
strategy:
max-parallel: 4
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
TWINE_USERNAME=${{ secrets.TEST_PYPI_USERNAME }} TWINE_PASSWORD=${{ secrets.TEST_PYPI_PASSWORD }} /opt/python/${{ matrix.cp }}/bin/python -m twine upload --repository testpypi wheelhouse/*.whl
build_macos_11:
name: Build for macOS 11
runs-on: macOS-11
name: Build for macOS 13
runs-on: macOS-13
strategy:
max-parallel: 4
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
path: artifacts/build.tgz

build_macos_11:
name: Build for macOS 11
runs-on: macOS-11
name: Build for macOS 13
runs-on: macOS-13
strategy:
max-parallel: 4
matrix:
Expand Down

0 comments on commit 5ae40a2

Please sign in to comment.