Skip to content

Commit

Permalink
add macos arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Apr 24, 2024
1 parent c94b361 commit b225f79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Builds
on: push

env:
SME_DEPS_COMMON_VERSION: "2024.04.10"
SME_DEPS_COMMON_VERSION: "2024.04.24"
DUNE_COPASI_VERSION: "master"

jobs:
Expand All @@ -17,13 +17,15 @@ jobs:
shell: "bash"
- os: "macos-13"
shell: "bash"
- os: "macos-14"
shell: "bash"
- os: "windows-2022"
shell: "msys2 {0}"
defaults:
run:
shell: ${{ matrix.shell }}
steps:
- uses: spatial-model-editor/setup-ci@v1
- uses: spatial-model-editor/setup-ci@2024.04.24
- uses: actions/checkout@v4
- run: ./build.sh
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: beautysh

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.1
rev: 0.28.2
hooks:
- id: check-github-actions
ci:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Get the latest versions here:

- linux (clang 18 / Ubuntu 20.04): [sme_deps_linux.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_linux.tgz)
- osx (Xcode 14.3 / macOS 13): [sme_deps_osx.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_osx.tgz)
- osx-arm64 (Xcode 15.3 / macOS 14): [sme_deps_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_osx-arm64.tgz)
- win64-mingw (mingw-w64-x86_64-gcc 13): [sme_deps_win64-mingw.tgz](https://github.com/spatial-model-editor/sme_deps/releases/latest/download/sme_deps_win64-mingw.tgz)

## Updating this repo
Expand Down

0 comments on commit b225f79

Please sign in to comment.