Skip to content

Commit

Permalink
Merge pull request #29 from GMLC-TDC/update-release-artifact-build-sy…
Browse files Browse the repository at this point in the history
…stems

Update release artifact build systems
  • Loading branch information
afisher1 authored Dec 23, 2024
2 parents 4ca7a67 + b1ba84d commit 0dda716
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019,macos-12,ubuntu-20.04]
os: [windows-2022,macos-13,ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand All @@ -26,13 +26,18 @@ jobs:
- name: Set up MATLAB (macOS)
if: runner.os == 'macOS'
uses: matlab-actions/setup-matlab@v2.3.0
with:
release: R2023b
- name: Set up MATLAB (Windows)
if: runner.os == 'Windows'
uses: matlab-actions/setup-matlab@v2.3.0
with:
release: R2022b
- name: Set up MATLAB
if: runner.os != 'macOS'
- name: Set up MATLAB (Linux)
if: runner.os == 'Linux'
uses: matlab-actions/setup-matlab@v2.3.0
with:
release: R2021a
release: R2022b
- name: Set up MEX
uses: matlab-actions/run-command@v2
with:
Expand Down

0 comments on commit 0dda716

Please sign in to comment.