Skip to content

Commit

Permalink
Add MacOS ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
interlark committed Apr 21, 2024
1 parent ecc2752 commit 5675b61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ jobs:
dist: linux
ext:

- os: macos-11
- os: macos-12
dist: macos
ext:

- os: macos-14
dist: macos-arm
ext:

- os: windows-2019
dist: windows
ext: .exe
Expand Down Expand Up @@ -49,4 +53,4 @@ jobs:
with:
name: Parser2GIS-dev-${{matrix.dist}}
path: dist/Parser2GIS${{matrix.ext}}
retention-days: 5
retention-days: 30
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
- os: ubuntu-20.04
dist: linux

- os: macos-11
- os: macos-12
dist: macos
ext:

- os: macos-14
dist: macos-arm
ext:

- os: windows-2019
dist: windows
Expand Down

0 comments on commit 5675b61

Please sign in to comment.