Skip to content

Commit 95ccd0f

Browse files
dsabsayDaniel Sabsay
authored andcommitted
update ubuntu action runners (#6584)
Signed-off-by: Daniel Sabsay <[email protected]> Co-authored-by: Daniel Sabsay <[email protected]> Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent d350ed8 commit 95ccd0f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
lint:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-24.04
1919
container:
2020
image: quay.io/cortexproject/build-image:master-582c03a76
2121
steps:
@@ -44,7 +44,7 @@ jobs:
4444
run: make BUILD_IN_CONTAINER=false check-white-noise
4545

4646
test:
47-
runs-on: ubuntu-20.04
47+
runs-on: ubuntu-24.04
4848
container:
4949
image: quay.io/cortexproject/build-image:master-582c03a76
5050
steps:
@@ -64,7 +64,7 @@ jobs:
6464

6565
security:
6666
name: CodeQL
67-
runs-on: ubuntu-20.04
67+
runs-on: ubuntu-24.04
6868
permissions:
6969
actions: read
7070
contents: read
@@ -87,7 +87,7 @@ jobs:
8787

8888

8989
build:
90-
runs-on: ubuntu-20.04
90+
runs-on: ubuntu-24.04
9191
container:
9292
image: quay.io/cortexproject/build-image:master-582c03a76
9393
steps:
@@ -132,7 +132,7 @@ jobs:
132132

133133
integration:
134134
needs: build
135-
runs-on: ubuntu-20.04
135+
runs-on: ubuntu-24.04
136136
strategy:
137137
fail-fast: false
138138
matrix:
@@ -206,7 +206,7 @@ jobs:
206206

207207
integration-configs-db:
208208
needs: build
209-
runs-on: ubuntu-20.04
209+
runs-on: ubuntu-24.04
210210
steps:
211211
- name: Checkout Repo
212212
uses: actions/checkout@v2
@@ -228,7 +228,7 @@ jobs:
228228
deploy_website:
229229
needs: [build, test]
230230
if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
231-
runs-on: ubuntu-20.04
231+
runs-on: ubuntu-24.04
232232
container:
233233
image: quay.io/cortexproject/build-image:master-582c03a76
234234
steps:
@@ -270,7 +270,7 @@ jobs:
270270
deploy:
271271
needs: [build, test, lint, integration, integration-configs-db]
272272
if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
273-
runs-on: ubuntu-20.04
273+
runs-on: ubuntu-24.04
274274
container:
275275
image: quay.io/cortexproject/build-image:master-582c03a76
276276
steps:

0 commit comments

Comments
 (0)