Skip to content

Commit cd1dd6b

Browse files
committed
ci: run on both x86 and M1 for macos
1 parent 0e0dcf6 commit cd1dd6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
python-version: [3.7, 3.8, 3.9, '3.10']
1414
os:
1515
- ubuntu-latest
16-
- macOS-latest
16+
- macos-13 # (non-M1)
17+
- macos-latest # (M1)
1718
- windows-latest
1819

1920
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)