Skip to content

Commit

Permalink
Merge pull request #1895 from borglab/update-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal authored Nov 5, 2024
2 parents 52558ab + 16f9d44 commit 2087d3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ 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-14-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"

Expand Down
6 changes: 3 additions & 3 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-13-xcode-14.2,
macos-14-xcode-15.4,
windows-2022-msbuild,
]
Expand All @@ -48,8 +48,8 @@ jobs:
compiler: clang
version: "9"

- name: macos-12-xcode-14.2
os: macos-12
- name: macos-13-xcode-14.2
os: macos-13
compiler: xcode
version: "14.2"

Expand Down

0 comments on commit 2087d3f

Please sign in to comment.