File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
unitAndFunctionalTests :
20
20
if : github.repository == 'eiffel-community/eiffel-intelligence-frontend'
21
21
# The type of runner that the job will run on
22
- runs-on : ubuntu-18.04
22
+ runs-on : ubuntu-latest
23
23
env :
24
24
EI_BACKEND_PORT : 8099
25
25
M2_HOME : /opt/apache-maven-3.6.3
52
52
integrationTests :
53
53
if : github.repository == 'eiffel-community/eiffel-intelligence-frontend'
54
54
# The type of runner that the job will run on
55
- runs-on : ubuntu-18.04
55
+ runs-on : ubuntu-latest
56
56
env :
57
57
EI_BACKEND_PORT : 8099
58
58
M2_HOME : /opt/apache-maven-3.6.3
@@ -105,7 +105,7 @@ jobs:
105
105
reportCoverage :
106
106
if : github.repository == 'eiffel-community/eiffel-intelligence-frontend' && github.event_name == 'push'
107
107
# The type of runner that the job will run on
108
- runs-on : ubuntu-18.04
108
+ runs-on : ubuntu-latest
109
109
env :
110
110
EI_BACKEND_PORT : 8099
111
111
M2_HOME : /opt/apache-maven-3.6.3
You can’t perform that action at this time.
0 commit comments