We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6336881 commit 6e35d04Copy full SHA for 6e35d04
.github/workflows/test-build-deploy.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
lint:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
13
container:
14
image: quay.io/cortexproject/build-image:master-0ddced051
15
steps:
@@ -30,7 +30,7 @@ jobs:
30
run: make lint
31
32
protos:
33
34
35
- name: Checkout Repo
36
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -46,7 +46,7 @@ jobs:
46
run: make check-protos
47
48
test:
49
50
51
52
0 commit comments