Skip to content

Commit

Permalink
try older compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Jan 10, 2025
1 parent c2af8c2 commit 462c34f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ on:
- ".github/workflows/matlab.yml"

env:
MATLAB_VERSION: R2021a
CC: gcc-10
CXX: g++-10

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -24,8 +25,6 @@ jobs:

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
# with:
# release: ${{ env.MATLAB_VERSION }}

- name: Install Ubuntu dependencies
shell: bash
Expand Down

0 comments on commit 462c34f

Please sign in to comment.