Skip to content

Commit

Permalink
fix hex release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRunnr committed Dec 9, 2022
1 parent 43a29d4 commit f4f672d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:

jobs:
publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: erlang:23.2.5.0-alpine
image: erlang:24.3.4-alpine
steps:
- name: Prepare
run: |
Expand Down

0 comments on commit f4f672d

Please sign in to comment.