From 5ae40a2e6b67661d8a0e36a9f323edabdfe5e9a0 Mon Sep 17 00:00:00 2001 From: bab2min Date: Wed, 31 Jul 2024 18:13:15 +0900 Subject: [PATCH] Update workflow to use macOS-13 instead of 11 --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/deploy_test.yml | 4 ++-- .github/workflows/pull_request_test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d12019f..8b89693 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index fa336ca..a259175 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -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: diff --git a/.github/workflows/pull_request_test.yml b/.github/workflows/pull_request_test.yml index 4808c81..91cb6d3 100644 --- a/.github/workflows/pull_request_test.yml +++ b/.github/workflows/pull_request_test.yml @@ -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: