Skip to content

Commit c85699b

Browse files
committed
Update runs-on property of workflow
1 parent 11e3498 commit c85699b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_build_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
jobs:
2424
workflow_approval:
2525
name: Approve workflow
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-latest
2727
environment: workflow-approval
2828
steps:
2929
- name: Approve workflow
@@ -88,7 +88,7 @@ jobs:
8888

8989
build-unit-test:
9090
name: build and run unit test
91-
runs-on: ubuntu-20.04
91+
runs-on: ubuntu-latest
9292
needs:
9393
- workflow_approval
9494
steps:
@@ -122,7 +122,7 @@ jobs:
122122

123123
e2e_test:
124124
name: e2e test - kafka version-${{ matrix.kafka_version }}
125-
runs-on: ubuntu-20.04
125+
runs-on: ubuntu-latest
126126
needs:
127127
- build-unit-test
128128
strategy:

0 commit comments

Comments
 (0)