Skip to content

Commit

Permalink
Update github build-script
Browse files Browse the repository at this point in the history
Issues with macos-14 arm builds
  • Loading branch information
luktug-ltd committed Jul 24, 2024
1 parent 33c95d3 commit 44a7367
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,21 @@ jobs:

runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-14, macos-13, windows-latest]
exclude:
- os: ubuntu-latest
python-version: '3.12'
- os: macos-14
python-version: 3.7
- os: macos-14
python-version: 3.8
- os: macos-14
python-version: 3.9
- os: macos-14
python-version: '3.10'
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 44a7367

Please sign in to comment.