We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c695c commit e5ebf9fCopy full SHA for e5ebf9f
1 file changed
.github/workflows/readme_listings.yml
@@ -118,19 +118,19 @@ jobs:
118
119
- uses: actions/setup-python@v1
120
with:
121
- python-version: 3.9
+ python-version: 3.10
122
123
- - uses: matlab-actions/setup-matlab@v0
+ - uses: matlab-actions/setup-matlab@v2.5.0
124
125
- release: R2022b
+ release: R2024a
126
127
- uses: jwlawson/actions-setup-cmake@v1.13
128
129
cmake-version: '3.26.x'
130
131
- run: |
132
- echo "CC=gcc-9" >> $GITHUB_ENV
133
- echo "CXX=g++-9" >> $GITHUB_ENV
+ echo "CC=gcc-12" >> $GITHUB_ENV
+ echo "CXX=g++-12" >> $GITHUB_ENV
134
VERBOSE=1 pip install --verbose -e .
135
136
- run: pip install pytest-codeblocks pytest
0 commit comments