Skip to content

Commit

Permalink
Use 2021a for Windows/Linux and 2022b for macOS-12 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark authored Oct 10, 2024
1 parent 64925cc commit add2f15
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,23 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019,macos-13,ubuntu-20.04]
os: [windows-2019,macos-12,ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install latest HELICS release
uses: gmlc-tdc/helics-action/install@main
- name: Set up MATLAB (macOS)
if: runner.os == 'macOS'
uses: matlab-actions/[email protected]
with:
release: R2022b
- name: Set up MATLAB
if: runner.os != 'macOS'
uses: matlab-actions/[email protected]
with:
release: R2023b
release: R2021a
- name: Set up MEX
uses: matlab-actions/run-command@v2
with:
Expand Down

0 comments on commit add2f15

Please sign in to comment.