Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 82bcdb0

Browse files
Bumping ubuntu to the latest
1 parent 6377d3d commit 82bcdb0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build-publish-goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
checks:
1313
name: "Checks"
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

.github/workflows/build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
checks:
1414
name: "Checks"
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
@@ -25,7 +25,7 @@ jobs:
2525

2626
build-sign-publish-chainlink:
2727
needs: [checks]
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-24.04
2929
environment: build-publish
3030
permissions:
3131
id-token: write

.github/workflows/ccip-live-network-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id-token: write
6565
contents: read
6666
name: Build Chainlink Image
67-
runs-on: ubuntu20.04-16cores-64GB
67+
runs-on: ubuntu24.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: ubuntu20.04-16cores-64GB
109+
runs-on: ubuntu24.04-16cores-64GB
110110
steps:
111111
- name: Collect Metrics
112112
id: collect-gha-metrics

core/chainlink.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ COPY --from=buildgo /chainlink-solana .
4343
RUN go install ./pkg/solana/cmd/chainlink-solana
4444

4545
# Final image: ubuntu with chainlink binary
46-
FROM ubuntu:20.04
46+
FROM ubuntu:24.04
4747

4848
ARG CHAINLINK_USER=root
4949
ENV DEBIAN_FRONTEND noninteractive

plugins/chainlink.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ COPY --from=buildgo /chainlink-starknet/relayer .
5353
RUN go install ./pkg/chainlink/cmd/chainlink-starknet
5454

5555
# Final image: ubuntu with chainlink binary
56-
FROM ubuntu:20.04
56+
FROM ubuntu:24.04
5757

5858
ARG CHAINLINK_USER=root
5959
ENV DEBIAN_FRONTEND noninteractive

0 commit comments

Comments
 (0)