Skip to content

Commit

Permalink
Merge pull request #100 from sys-bio/upgrade-GitHub-hosted-macOS-x86_…
Browse files Browse the repository at this point in the history
…64-to-macOS12

GitHub hosted macOS x86_64 is upgraded to macOS12
  • Loading branch information
adelhpour authored Jun 24, 2024
2 parents 19efd40 + aca6294 commit 94eca52
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 94eca52

Please sign in to comment.