Skip to content

Commit

Permalink
Merge pull request #5145 from rgerhards/ci-runner-distro-update
Browse files Browse the repository at this point in the history
CI: update base ubuntu image for github actions
  • Loading branch information
rgerhards committed May 25, 2023
2 parents a71589b + 79ddbe1 commit cd3b9b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

jobs:
run:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 50
strategy:
# When set to true, cancel all in-progress jobs if any matrix job fails.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_kafka_distcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

jobs:
check_run:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 50

steps:
Expand Down

0 comments on commit cd3b9b5

Please sign in to comment.