Skip to content

Commit

Permalink
Support macOS arm64 (#112 | GRIDEDIT-798)
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion authored Jan 8, 2024
1 parent 90cd734 commit 13fc5c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Build and test on macos
on:
push:
branches:
- master
- main
- "release/v[0-9].[0-9].[0-9]"
pull_request:
types:
- opened # triggers build when opened
- synchronize # triggers build when commits are pushed to HEAD
branches:
- master
- main
- "release/v[0-9].[0-9].[0-9]"
- "feature/**"
# Manual trigger
Expand All @@ -23,8 +23,8 @@ jobs:
fail-fast: false
matrix:
platform:
#- ubuntu-latest
- macos-latest
- macos-13-xlarge
build_type:
- Release
#- Debug
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: "3.10"

# Step: Install Python dependencies
- name: Install Python dependencies
Expand Down

0 comments on commit 13fc5c9

Please sign in to comment.