Commit e248290
Fix Hypatia setup-beam ubuntu24 support (Issue #516)
Issue #516: Hypatia: setup-beam pin cannot map ImageOS=ubuntu24
Update erlef/setup-beam from 54075bcc5e249e4758d363f27d099f55d843f124
to 8736e9244717f9207464c14c6051b71d22253f60 (latest main) in:
- .github/workflows/hypatia-scan-reusable.yml
- .github/workflows/elixir-ci-reusable.yml
The old pin predates ubuntu24 support. ubuntu-latest now resolves to Ubuntu 24.04,
which sets ImageOS=ubuntu24, causing setup-beam to fail with:
'Tried to map a target OS from env. variable ImageOS (got ubuntu24), but failed.'
The new commit includes ubuntu24 mapping, allowing Hypatia scanner to run on
all callers using ubuntu-latest runners.
Part of estate-wide CI/CD deduplication.
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>1 parent 6fa9a02 commit e248290
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments