From b225f7927f91293615af9d12f2f9674c8b24cb66 Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Wed, 24 Apr 2024 13:15:40 +0200 Subject: [PATCH] add macos arm64 build --- .github/workflows/release.yml | 6 ++++-- .pre-commit-config.yaml | 2 +- README.md | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 609f35a..4dcf89b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff6fc37..6cf6a41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: diff --git a/README.md b/README.md index 0c61c4c..5124b07 100644 --- a/README.md +++ b/README.md @@ -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