Skip to content

Commit

Permalink
fix: Switch from Warp to standard runners
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Dec 5, 2024
1 parent 45e7ae1 commit 50f42f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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: 'ubuntu-latest'

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: 'ubuntu-latest'
#- node_version: 22.4.1 # HACK: There's an issue with node 22.7.0
# 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-arm64-16x' # Only works on ARM for now
- node_version: 22.4.1 # HACK: There's an issue with node 22.7.0
runs_on: 'warp-ubuntu-latest-x64-16x'
runs_on: 'ubuntu-latest'

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

0 comments on commit 50f42f6

Please sign in to comment.