Skip to content

Commit a95cfb2

Browse files
authored
ci: Switch back to hosted runners (#1458)
1 parent 5f1e223 commit a95cfb2

14 files changed

Lines changed: 31 additions & 29 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
changes:
1919
name: Detect changes
20-
runs-on: ubuntu-latest
20+
runs-on: github-hosted-small
2121
permissions:
2222
pull-requests: read
2323
outputs:
@@ -40,7 +40,7 @@ jobs:
4040
name: Integration
4141
needs: changes
4242
if: ${{ needs.changes.outputs.code == 'true' || needs.changes.outputs.codecov == 'true' || github.ref == 'refs/heads/main' }}
43-
runs-on: ubuntu-latest
43+
runs-on: github-hosted-large
4444
defaults:
4545
run:
4646
working-directory: code
@@ -90,7 +90,7 @@ jobs:
9090
# name: MBT
9191
# needs: changes
9292
# if: ${{ needs.changes.outputs.code == 'true' || needs.changes.outputs.specs == 'true' || needs.changes.outputs.codecov == 'true' || github.ref == 'refs/heads/main' }}
93-
# runs-on: ubuntu-latest
93+
# runs-on: github-hosted-large
9494
# defaults:
9595
# run:
9696
# working-directory: code
@@ -144,7 +144,7 @@ jobs:
144144
name: Upload coverage to Codecov
145145
# needs: [changes, integration, mbt]
146146
# needs: [changes, integration]
147-
runs-on: ubuntu-latest
147+
runs-on: github-hosted-small
148148
if: ${{ !cancelled() && (needs.changes.outputs.code == 'true' || needs.changes.outputs.specs == 'true' || needs.changes.outputs.codecov == 'true' || github.ref == 'refs/heads/main') }}
149149
steps:
150150
- name: Checkout

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
changes:
1717
name: Detect changes
18-
runs-on: ubuntu-latest
18+
runs-on: github-hosted-small
1919
permissions:
2020
pull-requests: read
2121
outputs:
@@ -33,7 +33,7 @@ jobs:
3333
name: Build
3434
needs: changes
3535
if: ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
36-
runs-on: ubuntu-latest
36+
runs-on: github-hosted-small
3737
defaults:
3838
run:
3939
working-directory: code
@@ -62,7 +62,7 @@ jobs:
6262

6363
deploy:
6464
name: Deploy
65-
runs-on: ubuntu-latest
65+
runs-on: github-hosted-small
6666
needs: build
6767
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
6868
permissions:

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
linkChecker:
11-
runs-on: ubuntu-latest
11+
runs-on: github-hosted-small
1212
steps:
1313
- uses: actions/checkout@v4
1414

.github/workflows/mbt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
changes:
1010
name: Detect changes
11-
runs-on: ubuntu-latest
11+
runs-on: github-hosted-small
1212
permissions:
1313
pull-requests: read
1414
outputs:
@@ -29,7 +29,7 @@ jobs:
2929
name: MBT Tests
3030
needs: changes
3131
if: ${{ needs.changes.outputs.code == 'true' || needs.changes.outputs.specs == 'true' || github.ref == 'refs/heads/main' }}
32-
runs-on: ubuntu-latest
32+
runs-on: github-hosted-large
3333
env:
3434
CARGO_INCREMENTAL: 0
3535
CARGO_PROFILE_DEV_DEBUG: 1

.github/workflows/need-triage-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
triage:
8-
runs-on: ubuntu-latest
8+
runs-on: github-hosted-small
99
steps:
1010
- name: Checkout repository
1111
uses: actions/checkout@v4

.github/workflows/pr-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
check-eligibility:
99
name: Check eligibility
10-
runs-on: ubuntu-latest
10+
runs-on: github-hosted-small
1111
steps:
1212
- name: Check if author is Dependabot
1313
id: check-dependabot

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
lint:
1616
name: Check PR title
17-
runs-on: ubuntu-latest
17+
runs-on: github-hosted-small
1818
steps:
1919
- uses: step-security/action-semantic-pull-request@v5
2020
env:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
publish:
1111
name: Publish to crates.io
12-
runs-on: ubuntu-latest
12+
runs-on: github-hosted-large
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

.github/workflows/quint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Quint
1010
jobs:
1111
changes:
1212
name: Detect changes
13-
runs-on: ubuntu-latest
13+
runs-on: github-hosted-small
1414
permissions:
1515
pull-requests: read
1616
outputs:
@@ -28,7 +28,7 @@ jobs:
2828
name: Typecheck
2929
needs: changes
3030
if: ${{ needs.changes.outputs.specs == 'true' || github.ref == 'refs/heads/main' }}
31-
runs-on: ubuntu-latest
31+
runs-on: github-hosted-small
3232
steps:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-node@v3
@@ -41,7 +41,7 @@ jobs:
4141
name: Test
4242
needs: changes
4343
if: ${{ needs.changes.outputs.specs == 'true' || github.ref == 'refs/heads/main' }}
44-
runs-on: ubuntu-latest
44+
runs-on: github-hosted-large
4545
env:
4646
MAX_SAMPLES: 100
4747
steps:

.github/workflows/rust.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
changes:
2020
name: Detect changes
21-
runs-on: ubuntu-latest
21+
runs-on: github-hosted-small
2222
permissions:
2323
pull-requests: read
2424
outputs:
@@ -36,7 +36,7 @@ jobs:
3636
name: Unit Tests
3737
needs: changes
3838
if: ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
39-
runs-on: ubuntu-latest
39+
runs-on: github-hosted-small
4040
defaults:
4141
run:
4242
working-directory: code
@@ -72,7 +72,7 @@ jobs:
7272
name: Integration Tests
7373
needs: changes
7474
if: ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
75-
runs-on: ubuntu-latest
75+
runs-on: github-hosted-large
7676
defaults:
7777
run:
7878
working-directory: code
@@ -117,7 +117,7 @@ jobs:
117117
name: no_std compatibility
118118
needs: changes
119119
if: ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
120-
runs-on: ubuntu-latest
120+
runs-on: github-hosted-small
121121
defaults:
122122
run:
123123
working-directory: code
@@ -136,7 +136,7 @@ jobs:
136136
name: Clippy
137137
needs: changes
138138
if: ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
139-
runs-on: ubuntu-latest
139+
runs-on: github-hosted-small
140140
steps:
141141
- name: Checkout
142142
uses: actions/checkout@v4
@@ -155,7 +155,7 @@ jobs:
155155
name: Formatting
156156
needs: changes
157157
if: ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
158-
runs-on: ubuntu-latest
158+
runs-on: github-hosted-small
159159
steps:
160160
- name: Checkout
161161
uses: actions/checkout@v4
@@ -173,7 +173,7 @@ jobs:
173173
name: MSRV
174174
needs: changes
175175
if: ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
176-
runs-on: ubuntu-latest
176+
runs-on: github-hosted-small
177177
defaults:
178178
run:
179179
working-directory: code
@@ -194,7 +194,7 @@ jobs:
194194
name: Standalone
195195
needs: changes
196196
if: ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
197-
runs-on: ubuntu-latest
197+
runs-on: github-hosted-small
198198
defaults:
199199
run:
200200
working-directory: code

0 commit comments

Comments
 (0)