Skip to content

Commit

Permalink
hexpm-release: Update ubuntu to 24.04, use erlang container
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Nov 18, 2024
1 parent 394f5ba commit 98b4691
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/hexpm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ on:

jobs:
release:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container:
image: erlang:26
steps:

- name: Check out
uses: actions/checkout@v4

Expand Down

0 comments on commit 98b4691

Please sign in to comment.