Skip to content

Commit

Permalink
Run build workflow on M1 macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gvinciguerra committed Mar 28, 2024
1 parent b2d6363 commit d3434ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-12, ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
include:
- os: macos-14
python-version: 3.12

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d3434ca

Please sign in to comment.