Skip to content

Commit

Permalink
Update to ubuntu-20.04 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj authored May 7, 2023
1 parent b5a22db commit af45089
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: Test
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand All @@ -31,15 +31,6 @@ jobs:

- erlang: 20
rebar3: 3.6.1

- erlang: 19
rebar3: 3.6.1

- erlang: 18
rebar3: 3.6.1

- erlang: 17
rebar3: 3.6.1
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit af45089

Please sign in to comment.