Skip to content

Commit ab190f6

Browse files
authored
Merge pull request #198 from grafbase/remove-depoy
remove depot
2 parents 3c7a6dc + 1f731e8 commit ab190f6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
publish:
14-
runs-on: depot-ubuntu-24.04-8
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v5

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
jobs:
1212
check-format:
13-
runs-on: depot-ubuntu-24.04
13+
runs-on: ubuntu-24.04
1414
env:
1515
RUSTFLAGS: -D warnings
1616
steps:
@@ -51,7 +51,7 @@ jobs:
5151
taplo check
5252
5353
run-tests:
54-
runs-on: depot-ubuntu-24.04-8
54+
runs-on: ubuntu-24.04
5555
strategy:
5656
matrix:
5757
version:

.github/workflows/release-cli-extensions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
darwin:
6767
needs: check-versions
6868
if: ${{ fromJson(needs.check-versions.outputs.matrix).include[0] }}
69-
runs-on: depot-macos-latest
69+
runs-on: macos-latest
7070
strategy:
7171
matrix:
7272
target:
@@ -112,7 +112,7 @@ jobs:
112112
windows:
113113
needs: check-versions
114114
if: ${{ fromJson(needs.check-versions.outputs.matrix).include[0] }}
115-
runs-on: depot-windows-2022-8
115+
runs-on: windows-latest
116116
steps:
117117
- name: Get sources
118118
uses: actions/checkout@v5
@@ -161,12 +161,12 @@ jobs:
161161
archs:
162162
[
163163
{
164-
runner: depot-ubuntu-24.04-8,
164+
runner: ubuntu-24.04,
165165
target: x86_64-unknown-linux-musl,
166166
platform: linux,
167167
},
168168
{
169-
runner: depot-ubuntu-24.04-arm-8,
169+
runner: ubuntu-24.04-arm,
170170
target: aarch64-unknown-linux-musl,
171171
platform: linux-arm,
172172
},

0 commit comments

Comments
 (0)