File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ "main" ]
8
8
9
9
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
12
12
13
13
runs-on : ubuntu-latest
14
14
@@ -29,10 +29,10 @@ jobs:
29
29
- name : Test oct-hdf5
30
30
run : make check
31
31
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
34
34
35
- runs-on : ubuntu-20.04
35
+ runs-on : ubuntu-latest
36
36
37
37
container :
38
38
image : gnuoctave/octave:5.2.0
@@ -51,10 +51,10 @@ jobs:
51
51
- name : Test oct-hdf5
52
52
run : make check
53
53
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
56
56
57
- runs-on : ubuntu-20.04
57
+ runs-on : ubuntu-latest
58
58
59
59
container :
60
60
image : gnuoctave/octave:6.4.0
You can’t perform that action at this time.
0 commit comments