Skip to content

Commit f4f672d

Browse files
committed
fix hex release workflow
1 parent 43a29d4 commit f4f672d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hex.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77

88
jobs:
99
publish:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
container:
12-
image: erlang:23.2.5.0-alpine
12+
image: erlang:24.3.4-alpine
1313
steps:
1414
- name: Prepare
1515
run: |

0 commit comments

Comments
 (0)