We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4c7c0 commit b3f4bbbCopy full SHA for b3f4bbb
.github/workflows/setup_mex.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- os: [windows-2019, windows-latest, macos-11, macos-latest, macos-13]
+ os: [windows-2019, windows-latest, macos-11, macos-latest, macos-13] # macos-14 is only for Apple Silicon chip, which needs nagfor
20
matlab: [R2020b, R2021a, R2021b, R2022a, R2022b, R2023a, R2023b, latest]
21
oneapi: [2022, 2023] #, 2024] # oneAPI is not supported yet as of Dec 2023.
22
lang: [Fortran, C]
0 commit comments