Skip to content

Commit

Permalink
Update run-tests-reusable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisbelierasml committed Aug 16, 2024
1 parent 7e93f34 commit 4a1e7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:


env:
GCC_VERSION: ${{ startsWith(inputs.matlab-version, 'R2021') && '9' || (startsWith(inputs.matlab-version, 'R2022') && '10' || '11') }}
GCC_VERSION: ${{ startsWith(inputs.matlab-version, 'R2021') && '8' || (startsWith(inputs.matlab-version, 'R2022') && '9' || '10') }}

jobs:
test:
Expand Down

0 comments on commit 4a1e7b9

Please sign in to comment.