File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ concurrency:
14
14
15
15
jobs :
16
16
build-image :
17
- timeout-minutes : 10
18
- runs-on : ' warp- ubuntu-latest-arm64-16x '
17
+ timeout-minutes : 25
18
+ runs-on : ' ubuntu-latest'
19
19
20
20
steps :
21
21
- uses : actions/checkout@v4
@@ -53,17 +53,17 @@ jobs:
53
53
on_retry_command : docker logs hub
54
54
55
55
test :
56
- timeout-minutes : 10
56
+ timeout-minutes : 25
57
57
58
58
strategy :
59
59
matrix :
60
60
include :
61
61
- node_version : 20
62
- runs_on : ' warp-ubuntu-latest-x64-16x'
62
+ runs_on : ' ubuntu-latest'
63
+ # - node_version: 22.4.1 # HACK: There's an issue with node 22.7.0
64
+ # runs_on: 'depot-ubuntu-latest-arm-4'
63
65
- node_version : 22.4.1 # HACK: There's an issue with node 22.7.0
64
- runs_on : ' warp-ubuntu-latest-arm64-16x' # Only works on ARM for now
65
- - node_version : 22.4.1 # HACK: There's an issue with node 22.7.0
66
- runs_on : ' warp-ubuntu-latest-x64-16x'
66
+ runs_on : ' ubuntu-latest'
67
67
68
68
runs-on : ${{ matrix.runs_on }}
69
69
name : test (${{ matrix.node_version }})
You can’t perform that action at this time.
0 commit comments