This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.14.2 in repository https://gitbox.apache.org/repos/asf/fory.git
commit afd9b72b091c734252bd5d3855f525402687f54b Author: chaokunyang <[email protected]> AuthorDate: Mon Dec 29 15:58:47 2025 +0800 skip macos-15-large --- .github/workflows/build-native-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-native-release.yml b/.github/workflows/build-native-release.yml index 88af14b94..dd6d39c04 100644 --- a/.github/workflows/build-native-release.yml +++ b/.github/workflows/build-native-release.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-15-large, macos-latest, windows-latest] + os: [macos-latest, windows-latest] python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v5 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
