You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/09 04:55:39 UTC

[GitHub] [pulsar] lhotari opened a new issue, #17560: [CI] Replace `runs-on: ubuntu-latest` with `runs-on: ubuntu-20.04` in GitHub Action workflows

lhotari opened a new issue, #17560:
URL: https://github.com/apache/pulsar/issues/17560

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Motivation
   
   The workflows currently contained mixed usage of `runs-on: ubuntu-latest` and `runs-on: ubuntu-20.04`.
   It's better to be consistent and use `runs-on: ubuntu-20.04` for all cases. It's better to be able to control when we switch to use `ubuntu-22.04` image instead of letting GitHub decide.
   For macOS, we should replace `macos-latest` with `macos-11` for the similar reason.
   
   Available image definitions are listed at https://github.com/actions/runner-images#available-images
   
   ### Solution
   
   _No response_
   
   ### Alternatives
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] tisonkun commented on issue #17560: [CI] Replace `runs-on: ubuntu-latest` with `runs-on: ubuntu-20.04` in GitHub Action workflows

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #17560:
URL: https://github.com/apache/pulsar/issues/17560#issuecomment-1241499465

   Sounds good! I just do the same thing in incubator-kvrocks days before.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] nicoloboschi closed issue #17560: [CI] Replace `runs-on: ubuntu-latest` with `runs-on: ubuntu-20.04` in GitHub Action workflows

Posted by GitBox <gi...@apache.org>.
nicoloboschi closed issue #17560: [CI] Replace `runs-on: ubuntu-latest` with `runs-on: ubuntu-20.04` in GitHub Action workflows
URL: https://github.com/apache/pulsar/issues/17560


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org