Skip to content

Commit 6e35d04

Browse files
committed
Fix runners
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 6336881 commit 6e35d04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-build-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
lint:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
container:
1414
image: quay.io/cortexproject/build-image:master-0ddced051
1515
steps:
@@ -30,7 +30,7 @@ jobs:
3030
run: make lint
3131

3232
protos:
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-24.04
3434
steps:
3535
- name: Checkout Repo
3636
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -46,7 +46,7 @@ jobs:
4646
run: make check-protos
4747

4848
test:
49-
runs-on: ubuntu-20.04
49+
runs-on: ubuntu-24.04
5050
container:
5151
image: quay.io/cortexproject/build-image:master-0ddced051
5252
steps:

0 commit comments

Comments
 (0)