Skip to content

Commit

Permalink
Merge pull request #1227 from sys-bio/upgrade-GitHub-hosted-macOS-x86…
Browse files Browse the repository at this point in the history
…_64-runner-to-macOS12

GitHub hosted macOS x86_64 is updated to macOS12
  • Loading branch information
luciansmith authored Jun 24, 2024
2 parents 0376d69 + d557132 commit eeea921
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1,192 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ 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
- name: macos-11-debug
- name: macos-12-debug
os_type: macos
os_name: macos-11
os_name: macos-12
build_type: Debug
build_python: OFF
- name: macos-14-release
Expand Down Expand Up @@ -236,7 +236,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
Loading

0 comments on commit eeea921

Please sign in to comment.