Skip to content

Commit e5ebf9f

Browse files
authored
try bumping Matlab, gcc and Python...
1 parent 66c695c commit e5ebf9f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/readme_listings.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,19 +118,19 @@ jobs:
118118

119119
- uses: actions/setup-python@v1
120120
with:
121-
python-version: 3.9
121+
python-version: 3.10
122122

123-
- uses: matlab-actions/setup-matlab@v0
123+
- uses: matlab-actions/setup-matlab@v2.5.0
124124
with:
125-
release: R2022b
125+
release: R2024a
126126

127127
- uses: jwlawson/actions-setup-cmake@v1.13
128128
with:
129129
cmake-version: '3.26.x'
130130

131131
- run: |
132-
echo "CC=gcc-9" >> $GITHUB_ENV
133-
echo "CXX=g++-9" >> $GITHUB_ENV
132+
echo "CC=gcc-12" >> $GITHUB_ENV
133+
echo "CXX=g++-12" >> $GITHUB_ENV
134134
VERBOSE=1 pip install --verbose -e .
135135
136136
- run: pip install pytest-codeblocks pytest

0 commit comments

Comments
 (0)