Skip to content

Commit

Permalink
Use ubuntu-22.04, add erlang:26 container as that ubuntu doesn't incl…
Browse files Browse the repository at this point in the history
…ude it
  • Loading branch information
badlop committed Jan 23, 2024
1 parent 2f6a9ce commit f32e092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
otp: ['19.3', '25.3', 26]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: erlang:${{ matrix.otp }}
steps:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/hexpm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f32e092

Please sign in to comment.