Skip to content

Commit 40ee6d8

Browse files
committed
chore: update ci gha
1 parent 6ff6bb1 commit 40ee6d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v4
5454
- id: beam
55+
env:
56+
ImageOS: ubuntu20
5557
uses: erlef/[email protected]
5658
with:
5759
otp-version: ${{ env.OTP_VERSION }}
@@ -79,6 +81,8 @@ jobs:
7981
steps:
8082
- uses: actions/checkout@v4
8183
- id: beam
84+
env:
85+
ImageOS: ubuntu20
8286
uses: erlef/[email protected]
8387
with:
8488
otp-version: ${{ env.OTP_VERSION }}
@@ -106,6 +110,8 @@ jobs:
106110
steps:
107111
- uses: actions/checkout@v4
108112
- id: beam
113+
env:
114+
ImageOS: ubuntu20
109115
uses: erlef/[email protected]
110116
with:
111117
otp-version: ${{ env.OTP_VERSION }}
@@ -133,6 +139,8 @@ jobs:
133139
steps:
134140
- uses: actions/checkout@v4
135141
- id: beam
142+
env:
143+
ImageOS: ubuntu20
136144
uses: erlef/[email protected]
137145
with:
138146
otp-version: ${{ env.OTP_VERSION }}

0 commit comments

Comments
 (0)