This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.12.1-a9 in repository https://gitbox.apache.org/repos/asf/fory.git
commit afbbdc1f2a103c233962c5bf1e9a059d282550a5 Author: chaokunyang <[email protected]> AuthorDate: Wed Aug 27 15:15:34 2025 +0800 add macos 13 release --- .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 5131c0686..2ef8248c8 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-latest, windows-latest] + os: [macos-13, 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]
