File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156 if : github.repository == 'glpi-project/glpi' || github.event_name != 'schedule'
157157 name : " Test on PHP ${{ matrix.php-version }} using ${{ matrix.db-image }}"
158158 needs : " generate-tests-matrix"
159- runs-on : " ubuntu-latest "
159+ runs-on : " ubicloud-standard-2 "
160160 timeout-minutes : 60
161161 strategy :
162162 fail-fast : false
@@ -233,7 +233,7 @@ jobs:
233233 # Do not run scheduled tests on tier repositories
234234 if : github.repository == 'glpi-project/glpi' || github.event_name != 'schedule'
235235 name : " E2E and web tests using latest PHP and MariaDB versions"
236- runs-on : " ubuntu-latest "
236+ runs-on : " ubicloud-standard-2 "
237237 timeout-minutes : 90
238238 env :
239239 COMPOSE_FILE : " .github/actions/docker-compose-app.yml:.github/actions/docker-compose-services.yml"
You can’t perform that action at this time.
0 commit comments