Skip to content

Commit df2af2a

Browse files
committed
Configure OS for erlef/setup-beam action
Resolves errors like the following: ``` Error: Tried to map a target OS from env. variable 'ImageOS' (got undefined), but failed. If you're using a self-hosted runner, you should set 'env': 'ImageOS': ... to one of the following: ['ubuntu18', 'ubuntu20', 'ubuntu22', 'ubuntu24', 'win19', 'win22'] ```
1 parent 73a32c3 commit df2af2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
container:
8383
image: ubuntu:focal-20250404
8484
env:
85+
ImageOS: ubuntu20
8586
MIX_ENV: test
8687
strategy:
8788
fail-fast: false

0 commit comments

Comments
 (0)