Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/sys-bio/antimony into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
luciansmith committed Jun 24, 2024
2 parents c8543aa + 94eca52 commit 27b2d7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
fail-fast: false
matrix:
platform:
- name: macos-11-release
- name: macos-12-release
os_type: macos
os_name: macos-11
os_name: macos-12
build_type: Release
build_python: ON
build_qt_antimony: ON
- name: macos-11-debug
- name: macos-12-debug
os_type: macos
os_name: macos-11
os_name: macos-12
build_type: Debug
build_python: ON
build_qt_antimony: ON
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
fi
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@master
uses: seanmiddleditch/gha-setup-ninja@v4

- name: Get Host Architecture
shell: bash
Expand Down

0 comments on commit 27b2d7b

Please sign in to comment.