Skip to content

Commit

Permalink
Testing macos-14 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 11, 2024
1 parent 66e435d commit ecd4313
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on: [push, pull_request]
jobs:
build_ubuntu_wheels:
name: Build wheels on ${{ matrix.os }} for Python ${{ matrix.pyversions }}
if: ${{ matrix.os }} == 'macos-14'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest] #, macos-13, macos-12] #, maxos-14]
os: [ubuntu-latest, macos-13, macos-12, macos-14]
pyversions: ['3.11', '3.10'] #, '3.9', '3.8', '3.7',]

steps:
Expand Down

0 comments on commit ecd4313

Please sign in to comment.