Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
matrix macos vm
  • Loading branch information
bollwyvl committed Jun 7, 2025
commit 3cf34c2fb1107480ca46069f862468471db03398
9 changes: 7 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,17 @@ jobs:
run: cd python/tests && python3 -m unittest discover -vvv

macos:
runs-on: macos-latest
runs-on: ${{ matrix.vm }}
strategy:
fail-fast: false
matrix:
python-version: [ 3.12 ]
target: [ x86_64, aarch64 ]
target: [x86_64, aarch64]
include:
- target: x86_64
vm: macos-13
- target: aarch64
vm: macos-latest

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