Unexpected error, unable to continue
when run on ubuntu-24.04
image
#677
Labels
bug
Something isn't working
Describe the bug
I thought I'd successfully added support for
ubuntu-24.04
in #675 but the workflows fail with a different, more opaque error now.Before the PR above was merged and the change released, trying to use the Action on
ubuntu-24.04
resulted inVersion "24.04" of Ubuntu is not supported
.Now, I get:
My colleague pointed out that this looks quite similar to some old issues like #196 where the Swift version was incompatible with the runner image version. I tried Swift versions 5.7, 5.8, 5.9, and 5.10 and none of them work with
ubuntu-24.04
. I checked the supported versions and it seems like all these Swift versions should be compatible with all MacOS and Linux images.Workflow configuration (please complete the following information):
uses
): 3aed395runs-on
): ubuntu-24.04swift-version
): 5.7, 5.8, 5.9, 5.10The text was updated successfully, but these errors were encountered: