diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 303b91e..14bdd8e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] - os: [macos-latest, macos-14, windows-latest] + os: [macos-13, macos-14, windows-latest] runs-on: ${{ matrix.os }} @@ -33,13 +33,8 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'true' - - name: setup xcode version - if: startsWith(matrix.os, 'macos-latest') - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: '13' - - name: setup xcode version - if: startsWith(matrix.os, 'macos-14') + - name: setup xcode version 14 + if: startsWith(matrix.os, 'macos') uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '14'