Changing the default runner after initial setup. #207
Answered
by
SanjulaGanepola
Raphael-Mabille
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
SanjulaGanepola
Jul 28, 2025
Replies: 1 comment 5 replies
-
Hello @Raphael-Mabille. You will need to first set the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interesting. At the moment, the extension only supports setting the
-P, --platform
option if theruns-on
key is present. In your case, what you can still do is set the default from your global act config. You can see what the default is by running theact --bug-report
command:In your case, you will probably see
act-latest
since that is the default medium image as documented here. You can change it to useubuntu-latest=catthehacker/ubuntu:full-latest
in this file.