Skip to content

Commit cf7073a

Browse files
committed
test.yml: use docker with octave version corresponding to ubuntu stock - again2
1 parent 1702364 commit cf7073a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
branches: [ "main" ]
88

99
jobs:
10-
build_and_test_ubuntu_latest:
11-
name: Compile and run Tests Latest
10+
build_and_test_octave_latest:
11+
name: Compile and run Tests Octave Latest
1212

1313
runs-on: ubuntu-latest
1414

@@ -29,10 +29,10 @@ jobs:
2929
- name: Test oct-hdf5
3030
run: make check
3131

32-
build_and_test_ubuntu_20_octave_5:
33-
name: Compile and run Tests 20.04/5.2
32+
build_and_test_octave_5:
33+
name: Compile and run Tests Octave 5.2
3434

35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-latest
3636

3737
container:
3838
image: gnuoctave/octave:5.2.0
@@ -51,10 +51,10 @@ jobs:
5151
- name: Test oct-hdf5
5252
run: make check
5353

54-
build_and_test_ubuntu_22_octave_6:
55-
name: Compile and run Tests 22.04/6.4
54+
build_and_test_octave_6:
55+
name: Compile and run Tests Octave 6.4
5656

57-
runs-on: ubuntu-20.04
57+
runs-on: ubuntu-latest
5858

5959
container:
6060
image: gnuoctave/octave:6.4.0

0 commit comments

Comments
 (0)