Use ubuntu-22.04, add erlang:26 container as that ubuntu doesn't include it
This commit is contained in:
4
.github/workflows/hexpm-release.yml
vendored
4
.github/workflows/hexpm-release.yml
vendored
@@ -7,7 +7,9 @@ on:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
image: erlang:26
|
||||
steps:
|
||||
- name: Check out
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user