Skip to content

Commit

Permalink
CI: using 16 vCPU runners + raised timeout to 30min
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Feb 28, 2024
1 parent 81382a4 commit cbe6add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [push]

jobs:
build:
runs-on: buildjet-4vcpu-ubuntu-2204
timeout-minutes: 25
runs-on: buildjet-16vcpu-ubuntu-2204
timeout-minutes: 30
strategy:
matrix:
php: ['8.2', '8.3']
Expand Down

0 comments on commit cbe6add

Please sign in to comment.