fix: set ImageOS=ubuntu24 for OTP 29.0 build availability
This commit is contained in:
parent
fd6c8de938
commit
61b131c2c6
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ jobs:
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
env:
|
env:
|
||||||
MIX_ENV: test
|
MIX_ENV: test
|
||||||
|
ImageOS: ubuntu24
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Configure git for submodules
|
- name: Configure git for submodules
|
||||||
|
|
@ -85,6 +86,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
MIX_ENV: dev
|
MIX_ENV: dev
|
||||||
|
ImageOS: ubuntu24
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Configure git for submodules
|
- name: Configure git for submodules
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue