File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
1111
1212jobs :
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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
1010
1111jobs :
1212 check-format :
13- runs-on : depot- ubuntu-24.04
13+ runs-on : ubuntu-24.04
1414 env :
1515 RUSTFLAGS : -D warnings
1616 steps :
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 :
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments