Skip to content

Commit

Permalink
- liboctave no longer in ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Jan 10, 2025
1 parent d3ab3d0 commit eb45b93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/octave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -29,13 +29,11 @@ jobs:
run: git submodule update --init --recursive

- name: update
if: matrix.os == 'ubuntu-latest'
shell: bash
run: |
sudo apt-get update
- name: add linux dependencies
if: matrix.os == 'ubuntu-latest'
shell: bash
run: |
sudo apt-get install swig liboctave-dev
Expand Down

0 comments on commit eb45b93

Please sign in to comment.