Skip to content

Commit

Permalink
revise test_mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Feb 15, 2024
1 parent dfae5c6 commit f6ef821
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
test:
name: Test running time concerning MEX
name: Test MATLAB MEX on macOS
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -21,9 +21,9 @@ jobs:
# versions of Xcode
# https://github.com/actions/runner-images/blob/macos-13/20240114.1/images/macos/macos-12-Readme.md
# https://github.com/actions/runner-images/blob/macos-13/20240114.1/images/macos/macos-13-Readme.md
os: [macos-13] #, macos-12]
matlab: [R2023b] #, R2023a]
oneapi: [2023] #, 2022, 2021]
os: [macos-13, macos-12]
matlab: [R2023b, R2023a]
oneapi: [2023, 2022, 2021]

steps:
- name: Check out repository
Expand All @@ -44,5 +44,6 @@ jobs:
uses: matlab-actions/run-command@v2.0.0
with:
command: |
ver
cd('test_mac');
test_pow(3)

0 comments on commit f6ef821

Please sign in to comment.