Specifying a runner version in a GitHub hosted workflow #2053
Unanswered
jameshnsears
asked this question in
General
Replies: 1 comment 1 reply
-
Hi @jameshnsears, I'm not sure about specifying version on the GitHub hosted runner, but you can disable updates on self-hosted runners if that is an option for you: https://github.blog/changelog/2022-02-01-github-actions-self-hosted-runners-can-now-disable-automatic-updates/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - runner version '2.293.0' used to build my android app. However, '2.294.0' does not.
I'm using a direct branch from the commit that worked against '2.293.0' - so nothing has changed my end.
This is all happening in a GitHub hosted 'macOS-latest' environment.
So, I'm wondering, is it possible to specify '2.293.0' in my GitHub hosted workflow?
PS - my problem might be related to a change in reactivecircus/android-emulator-runner@v2 that I'm using in my workflow file - but I thought I'd investigate changing the runner version first.
Beta Was this translation helpful? Give feedback.
All reactions