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 4381af9 commit cf1d3ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .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 All @@ -29,7 +29,9 @@ jobs:
cover:
name: Cover
needs: [tests]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: erlang:26
steps:
- uses: actions/checkout@v4
- run: ./configure --enable-gcov
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-latest
runs-on: ubuntu-22.04
container:
image: erlang:26
steps:
- name: Check out
uses: actions/checkout@v4
Expand Down

0 comments on commit cf1d3ad

Please sign in to comment.