Skip to content

Commit

Permalink
actions: adopt Ubuntu 22.04, remove ESL repository
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <[email protected]>
  • Loading branch information
noxdafox committed Jan 26, 2024
1 parent 8c79dbc commit be86cab
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,17 @@ name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
erlang:
- 1:25.3-1
elixir:
- 1.13.4-1
rmqref:
- v3.12.x
steps:
- uses: actions/checkout@v2
- name: Install Erlang and Elixir
run: |
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb
sudo dpkg -i erlang-solutions_2.0_all.deb
sudo apt update
sudo apt install -y --allow-downgrades esl-erlang=${{ matrix.erlang }} elixir=${{ matrix.elixir }}
sudo apt install -y erlang elixir
- name: Run tests
run: |
make current_rmq_ref=${{ matrix.rmqref }}
Expand Down

0 comments on commit be86cab

Please sign in to comment.