Skip to content

Commit 9e33f3d

Browse files
committed
test.yml: use stock octave for old ubuntus - again
1 parent e113e90 commit 9e33f3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ jobs:
4444
timeout-minutes: 5
4545
run: |
4646
sudo apt-get update --fix-missing
47-
sudo apt-get -Y install octave-dev
47+
sudo apt-get install octave-dev
4848
4949
- name: Build oct-hdf5
5050
run: make -j $(nproc)
5151

5252
- name: Test oct-hdf5
5353
run: make check
5454

55-
build_and_test_ubuntu_20_04:
55+
build_and_test_ubuntu_22_04:
5656
name: Compile and run Tests
5757

58-
runs-on: ubuntu-20.04
58+
runs-on: ubuntu-22.04
5959

6060
steps:
6161
- name: Check Out the Repo
@@ -67,7 +67,7 @@ jobs:
6767
timeout-minutes: 5
6868
run: |
6969
sudo apt-get update --fix-missing
70-
sudo apt-get -Y install octave-dev
70+
sudo apt-get install octave-dev
7171
7272
- name: Build oct-hdf5
7373
run: make -j $(nproc)

0 commit comments

Comments
 (0)