Skip to content

Commit

Permalink
15.2
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Jan 19, 2025
1 parent 366e3ce commit 4e67579
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: Select Xcode Version
if: runner.os == 'macOS'
run: sudo xcode-select --switch /Applications/Xcode_15.2.app

- name: Create build directories
run: mkdir _install _build _examples
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ permissions:

jobs:
linux:
if: false
name: 'Linux.${{ matrix.build}}: ${{ matrix.label }}'
uses: ./.github/workflows/ci_steps.yml
with:
Expand Down Expand Up @@ -141,6 +142,7 @@ jobs:
IMATH_BUILD_APPLE_FRAMEWORKS: 'ON'

windows:
if: false
name: 'Windows.${{ matrix.build}}: ${{ matrix.label }}'
uses: ./.github/workflows/ci_steps.yml
with:
Expand Down

0 comments on commit 4e67579

Please sign in to comment.