Skip to content

Commit

Permalink
update macos images to minimum 13 and add ARM64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Nov 4, 2024
1 parent 22a89ed commit 4f0dcec
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,22 @@ jobs:
# Github Actions requires a single row to be added to the build matrix.
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
name: [
macos-12-xcode-14.2,
macos-13-xcode-14.2,
macos-13-arm64-xcode-14.2,
macos-14-xcode-15.4,
macos-14-arm64-xcode-15.4,
]

build_type: [Debug, Release]
build_unstable: [ON]
include:
- name: macos-12-xcode-14.2
os: macos-12
- name: macos-13-xcode-14.2
os: macos-13
compiler: xcode
version: "14.2"

- name: macos-13-arm64-xcode-14.2
os: macos-13-xlarge
compiler: xcode
version: "14.2"

Expand All @@ -42,6 +49,11 @@ jobs:
compiler: xcode
version: "15.4"

- name: macos-14-arm64-xcode-15.4
os: macos-14-xlarge
compiler: xcode
version: "15.4"

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
[
ubuntu-20.04-gcc-9,
ubuntu-20.04-clang-9,
macos-12-xcode-14.2,
macos-14-arm64-xcode-15.4,
macos-14-xcode-15.4,
windows-2022-msbuild,
]
Expand All @@ -48,10 +48,10 @@ jobs:
compiler: clang
version: "9"

- name: macos-12-xcode-14.2
os: macos-12
- name: macos-14-arm64-xcode-15.4
os: macos-14-xlarge
compiler: xcode
version: "14.2"
version: "15.4"

- name: macos-14-xcode-15.4
os: macos-14
Expand Down

0 comments on commit 4f0dcec

Please sign in to comment.