Skip to content

Commit 13b5cf6

Browse files
Fix hex publish workflow
1 parent 23226dc commit 13b5cf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hex.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
env:
2-
ELIXIR_VERSION: "1.13.4"
3-
OTP_VERSION: "25.0.1"
2+
ELIXIR_VERSION: "1.16"
3+
OTP_VERSION: "26"
44
on:
55
push:
66
tags:
77
- '*'
88
jobs:
99
publish:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Set up Elixir

0 commit comments

Comments
 (0)