From 181ad31be351ffa459b5d57f078bd034adebb9f8 Mon Sep 17 00:00:00 2001 From: Jia Yu Date: Wed, 24 Apr 2024 22:58:30 -0700 Subject: [PATCH] [CI] Fix the failed python build extension (#1365) --- .github/workflows/python-extension.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-extension.yml b/.github/workflows/python-extension.yml index 8d5ccefea8..5536e8929e 100644 --- a/.github/workflows/python-extension.yml +++ b/.github/workflows/python-extension.yml @@ -29,7 +29,7 @@ jobs: build: strategy: matrix: - os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] + os: ['ubuntu-latest', 'windows-latest', 'macos-13'] python: ['3.10', '3.9', '3.8'] runs-on: ${{ matrix.os }}