This repository was archived by the owner on Mar 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 checks :
1313 name : " Checks"
14- runs-on : ubuntu-24 .04
14+ runs-on : ubuntu-20 .04
1515 steps :
1616 - name : Checkout repository
1717 uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
Original file line number Diff line number Diff line change 1212jobs :
1313 checks :
1414 name : " Checks"
15- runs-on : ubuntu-24 .04
15+ runs-on : ubuntu-20 .04
1616 steps :
1717 - name : Checkout repository
1818 uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
2525
2626 build-sign-publish-chainlink :
2727 needs : [checks]
28- runs-on : ubuntu-24 .04
28+ runs-on : ubuntu-20 .04
2929 environment : build-publish
3030 permissions :
3131 id-token : write
Original file line number Diff line number Diff line change 6464 id-token : write
6565 contents : read
6666 name : Build Chainlink Image
67- runs-on : ubuntu24 .04-16cores-64GB
67+ runs-on : ubuntu20 .04-16cores-64GB
6868 steps :
6969 - name : Checkout the repo
7070 uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
@@ -106,7 +106,7 @@ jobs:
106106 id-token : write
107107 contents : read
108108 name : Build Test Image
109- runs-on : ubuntu24 .04-16cores-64GB
109+ runs-on : ubuntu20 .04-16cores-64GB
110110 steps :
111111 - name : Collect Metrics
112112 id : collect-gha-metrics
You can’t perform that action at this time.
0 commit comments