Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wannesm committed Jun 13, 2024
1 parent 2a22871 commit e08812c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-11, macos-12, macos-13]
python-version: ["3.8","3.9","3.10", "3.11"]
os: [macos-11, macos-12, macos-13, macos-14]
python-version: ["3.8","3.9","3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- name: Install OpenMP
Expand Down Expand Up @@ -179,8 +179,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-13-arm64]
python-version: ["3.11"]
os: [macos-13-arm64, macos-14-arm64]
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- name: Install OpenMP
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
fail-fast: true
matrix:
os: [windows-2019, windows-2022]
python-version: ["3.8","3.9","3.10", "3.11"]
python-version: ["3.8","3.9","3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e08812c

Please sign in to comment.