Skip to content

Commit feeadcd

Browse files
authored
fix(.github): remove depot (#3817)
1 parent 1f509ee commit feeadcd

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
benchmarks:
88
name: Run benchmarks
9-
runs-on: depot-ubuntu-22.04-16
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v3

.github/workflows/changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
changeset:
1010
name: Validate changeset
11-
runs-on: depot-ubuntu-22.04-16
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
docker:
99
name: Build and push image
10-
runs-on: depot-ubuntu-22.04-16
10+
runs-on: ubuntu-22.04
1111
permissions:
1212
contents: read
1313
packages: write

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
main:
1515
name: Run end-to-end tests
16-
runs-on: depot-ubuntu-22.04-16
16+
runs-on: ubuntu-22.04
1717
services:
1818
postgres:
1919
image: postgres:12.1-alpine

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
lint:
1111
name: Run lint
12-
runs-on: depot-ubuntu-22.04-16
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3

.github/workflows/test-published-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Test create-mud project
1919
strategy:
2020
matrix:
21-
os: [depot-ubuntu-22.04-16]
21+
os: [ubuntu-22.04]
2222
template: [vanilla, react, react-ecs, phaser, threejs]
2323

2424
runs-on: ${{ matrix.os }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test:
1111
name: Run tests
12-
runs-on: depot-ubuntu-22.04-16
12+
runs-on: ubuntu-22.04
1313
services:
1414
postgres:
1515
image: postgres:12.1-alpine

0 commit comments

Comments
 (0)