Skip to content

Commit

Permalink
ci: use depot for beefy runner (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs authored Apr 23, 2024
1 parent dbc7e06 commit 636604b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest-16-cores
runs-on: depot-ubuntu-22.04-16
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
docker:
name: Build and push image
runs-on: ubuntu-latest-16-cores
runs-on: depot-ubuntu-22.04-16
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
main:
name: Run end-to-end tests
runs-on: ubuntu-latest-16-cores
runs-on: depot-ubuntu-22.04-16
services:
postgres:
image: postgres:12.1-alpine
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
lint:
name: Run lint
runs-on: ubuntu-latest-16-cores
runs-on: depot-ubuntu-22.04-16
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-published-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest-16-cores, windows-latest]
os: [depot-ubuntu-22.04-16, windows-latest]
template: [vanilla, react, react-ecs, phaser, threejs]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest-16-cores
runs-on: depot-ubuntu-22.04-16
services:
postgres:
image: postgres:12.1-alpine
Expand Down

0 comments on commit 636604b

Please sign in to comment.