Skip to content

ci: macos: keep release to available xcode compatible #475

ci: macos: keep release to available xcode compatible

ci: macos: keep release to available xcode compatible #475

Workflow file for this run

name: ci
on:
push:
paths:
- "**.m"
- "**.h"
- "**.cpp"
- ".github/workflows/ci.yml"
- "!private/publish_gen_index_html.m"
- "!octave_build.m"
# avoid wasted runs
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
matlab:
timeout-minutes: 15
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04]
release: [R2022a, R2022b, R2023a, R2023b, R2024a, R2024b]
include:
- os: macos-latest
release: R2024b
- os: macos-latest
release: R2023b
- os: windows-latest
release: R2024b
- os: windows-latest
release: R2023a
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/composite-install-matlab
- uses: ./.github/workflows/composite-buildtool
prerelease:
if: false
timeout-minutes: 15
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-latest, windows-latest]
release: [latest-including-prerelease]
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/composite-install-matlab
- uses: ./.github/workflows/composite-buildtool