While working on #63, the github workflow choked when trying to install the octave-dev package when using ubuntu-latest (version 24). Changing the Ubuntu version to 22.04 fixed the problem, and the workflow ran OK. This is unfortunate, as we'd like to keep up to date with the latest Ubuntu.
The fix should:
- Work with earlier, still common Ubuntus (e.g. 22.04, maybe even 20) that use
octave-dev
- Work with ubuntu-latest
While working on #63, the github workflow choked when trying to install the
octave-devpackage when usingubuntu-latest(version 24). Changing the Ubuntu version to 22.04 fixed the problem, and the workflow ran OK. This is unfortunate, as we'd like to keep up to date with the latest Ubuntu.The fix should:
octave-dev