Skip to content

Commit

Permalink
fix: Switch from Warp to Depot runners
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Dec 5, 2024
1 parent 45e7ae1 commit ccff4b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
build-image:
timeout-minutes: 10
runs-on: 'warp-ubuntu-latest-arm64-16x'
runs-on: 'depot-ubuntu-latest-arm-4'

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -59,11 +59,11 @@ jobs:
matrix:
include:
- node_version: 20
runs_on: 'warp-ubuntu-latest-x64-16x'
runs_on: 'depot-ubuntu-latest-4'
- node_version: 22.4.1 # HACK: There's an issue with node 22.7.0
runs_on: 'warp-ubuntu-latest-arm64-16x' # Only works on ARM for now
runs_on: 'depot-ubuntu-latest-arm-4'
- node_version: 22.4.1 # HACK: There's an issue with node 22.7.0
runs_on: 'warp-ubuntu-latest-x64-16x'
runs_on: 'depot-ubuntu-latest-4'

runs-on: ${{ matrix.runs_on }}
name: test (${{ matrix.node_version }})
Expand Down

0 comments on commit ccff4b1

Please sign in to comment.