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: