Skip to content

Commit

Permalink
Fixes conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 11, 2024
1 parent 1cc850b commit 16c4f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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'
if: ${{ matrix.os == 'macos-14' }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-14] #[ubuntu-latest, macos-13, macos-12, macos-14]
os: [macos-14] #[ubuntu-latest, macos-13, macos-12, macos-14,ubuntu-20.04, macos-13-arm64]
pyversions: ['3.11', '3.10'] #, '3.9', '3.8', '3.7',]

steps:
Expand Down

0 comments on commit 16c4f53

Please sign in to comment.