Skip to content

Commit 7b6d8c4

Browse files
committed
pin runner image to Ubuntu 22.04
1 parent cb199cc commit 7b6d8c4

28 files changed

+44
-44
lines changed

.github/workflows/call.check-query-schema-against-subgraph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
check-subgraph-indexing-statuses-on-deployed-networks:
1212
name: Check SDK-Core Schema Against Deployed Subgraphs (${{ inputs.subgraph-release }})
1313

14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515

1616
env:
1717
sdk-core-working-directory: ./packages/sdk-core

.github/workflows/call.deploy-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
deploy-to-forked-network:
1818
name: Deploy Framework and Update Tokens on a Forked Network
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
env:
2121
ethereum-contracts-working-directory: ./packages/ethereum-contracts
2222

.github/workflows/call.deploy-subgraph.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
show-contexts:
4141
name: Show Contexts
4242

43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-22.04
4444

4545
steps:
4646
- name: Show contexts
@@ -57,7 +57,7 @@ jobs:
5757
5858
determine-networks:
5959
name: Determine Networks
60-
runs-on: ubuntu-latest
60+
runs-on: ubuntu-22.04
6161
outputs:
6262
networks: ${{ steps.determine.outputs.networks }}
6363
steps:
@@ -81,7 +81,7 @@ jobs:
8181
deploy-subgraph:
8282
name: Build and Deploy Subgraph
8383

84-
runs-on: ubuntu-latest
84+
runs-on: ubuntu-22.04
8585
needs: determine-networks
8686
strategy:
8787
matrix:

.github/workflows/call.test-automation-contracts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test-automation-contract:
88
name: Test Automation Contracts
99

10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111

1212
defaults:
1313
run:

.github/workflows/call.test-ethereum-contracts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix-prep:
1414
name: Preparing Conditional Strategy Matrix
1515

16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717

1818
outputs:
1919
matrix: ${{ steps.set-matrix.outputs.matrix }}
@@ -36,7 +36,7 @@ jobs:
3636

3737
needs: [matrix-prep]
3838

39-
runs-on: ubuntu-latest
39+
runs-on: ubuntu-22.04
4040

4141
strategy:
4242
matrix: ${{ fromJson(needs.matrix-prep.outputs.matrix) }}

.github/workflows/call.test-hot-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test-spec-haskell:
88
name: Test HotFuzz - Linux
99

10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111

1212
defaults:
1313
run:

.github/workflows/call.test-local-subgraph.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
subgraph-unit-tests:
1414
name: Run subgraph unit tests
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616

1717
defaults:
1818
run:
@@ -51,7 +51,7 @@ jobs:
5151
subgraph-integration-tests:
5252
name: Run subgraph integration tests
5353

54-
runs-on: ubuntu-latest
54+
runs-on: ubuntu-22.04
5555

5656
defaults:
5757
run:

.github/workflows/call.test-sdk-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix-prep:
2020
name: Preparing Conditional Strategy Matrix
2121

22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04
2323

2424
outputs:
2525
matrix: ${{ steps.set-matrix.outputs.matrix }}
@@ -39,7 +39,7 @@ jobs:
3939

4040
needs: [matrix-prep]
4141

42-
runs-on: ubuntu-latest
42+
runs-on: ubuntu-22.04
4343

4444
strategy:
4545
matrix: ${{ fromJson(needs.matrix-prep.outputs.matrix) }}

.github/workflows/call.test-solidity-semantic-money.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test-solidity-semantic-money:
88
name: Test solidity-semantic-money - Linux
99

10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111

1212
defaults:
1313
run:

.github/workflows/call.test-spec-haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test-spec-haskell:
88
name: Test Spec Haskell - Linux - ${{ matrix.compiler-name }}
99

10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111

1212
strategy:
1313
matrix:

0 commit comments

Comments
 (0)