Skip to content

Commit

Permalink
Update Linux build to ubuntu-24.04 in GitHub Actions
Browse files Browse the repository at this point in the history
The build configuration for the GitHub Actions workflow has been updated. Specifically, the operating system for the Linux build has been changed from `ubuntu-latest` to `ubuntu-24.04`. The Windows build remains on `windows-latest`.
  • Loading branch information
ptahmose committed Oct 19, 2024
1 parent 0c80592 commit c5589d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # Windows and Linux builds
os: [ubuntu-24.04, windows-latest] # Windows and Linux builds
outputs:
linuxx64_matlab_artifact: ${{ steps.prepare_linux_artifact.outputs.linuxx64_matlab_build }}
linuxx64_octave_artifact: ${{ steps.prepare_linux_artifact.outputs.linuxx64_octave_build }}
Expand Down

0 comments on commit c5589d0

Please sign in to comment.