From e2d8279476e5349061e4b92b4f19889281ac1d2d Mon Sep 17 00:00:00 2001 From: Lu Weizheng Date: Fri, 6 Sep 2024 15:05:46 +0800 Subject: [PATCH] build macos --- .github/workflows/python.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 9e9406c..e0ed103 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -78,12 +78,12 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-latest", "macos-13", "windows-latest"] + os: ["ubuntu-latest", "macos-latest", "windows-latest"] python-version: ["3.8", "3.9", "3.10", "3.11"] module: ["xoscar"] exclude: - - { os: macos-13, python-version: 3.9} - - { os: macos-13, python-version: 3.10} + - { os: macos-latest, python-version: 3.9} + - { os: macos-latest, python-version: 3.10} - { os: windows-latest, python-version: 3.9} - { os: windows-latest, python-version: 3.10} include: