Skip to content

Commit 6e819ad

Browse files
committed
fix: Switch from Warp to standard runners
1 parent 45e7ae1 commit 6e819ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ concurrency:
1414

1515
jobs:
1616
build-image:
17-
timeout-minutes: 10
18-
runs-on: 'warp-ubuntu-latest-arm64-16x'
17+
timeout-minutes: 25
18+
runs-on: 'ubuntu-latest'
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -53,17 +53,17 @@ jobs:
5353
on_retry_command: docker logs hub
5454

5555
test:
56-
timeout-minutes: 10
56+
timeout-minutes: 25
5757

5858
strategy:
5959
matrix:
6060
include:
6161
- 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'
6365
- 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'
6767

6868
runs-on: ${{ matrix.runs_on }}
6969
name: test (${{ matrix.node_version }})

0 commit comments

Comments
 (0)