Skip to content

Commit

Permalink
use xcode 14
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaselhans committed Apr 3, 2024
1 parent 2e056b0 commit 2636436
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,16 @@ 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 }}

steps:
- 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'
Expand Down

0 comments on commit 2636436

Please sign in to comment.