Skip to content

Commit

Permalink
ci: run linux CI under recent Erlang/OTP 27 builder
Browse files Browse the repository at this point in the history
  • Loading branch information
keynslug committed Jan 20, 2025
1 parent 7a3dd86 commit e7a6bee
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/eunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,20 @@ jobs:
- run: rebar3 eunit

linux:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
builder:
- 5.3-8
otp:
- 26.2.5-2
elixir:
- 1.15.7
- 5.4-3:1.17.3-27.2-1
os:
- ubuntu24.04

container: ghcr.io/emqx/emqx-builder/${{ matrix.builder }}:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }}
container: ghcr.io/emqx/emqx-builder/${{ matrix.builder }}-${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
Expand Down

0 comments on commit e7a6bee

Please sign in to comment.