Skip to content

Commit 695d971

Browse files
committed
Added macos arm build to github actions release
Signed-off-by: Omkar Phansopkar <[email protected]>
1 parent c019c2f commit 695d971

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
os: [ubuntu-latest, macos-latest, windows-latest]
41+
os: [ubuntu-latest, macos-latest, windows-latest, macos-14]
4242
runs-on: ${{ matrix.os }}
4343
steps:
4444
- uses: actions/checkout@master
4545
- uses: actions/setup-python@v4
4646
with:
47-
python-version: 3.9
47+
python-version: 3.12.0
4848
- uses: actions/setup-node@master
4949
with:
5050
node-version: 16.13.0

.github/workflows/docs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
max-parallel: 4
1414
matrix:
15-
python-version: [3.9]
15+
python-version: [3.12.0]
1616

1717
steps:
1818
- name: Checkout code

0 commit comments

Comments
 (0)