Skip to content

Commit

Permalink
updating pkg GH Actions job
Browse files Browse the repository at this point in the history
testing package building for ubuntu_xenial as it's not tested by CircleCI
  • Loading branch information
DenysGonchar committed Jul 10, 2023
1 parent 791c3d5 commit 2332d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ jobs:
strategy:
fail-fast: false
matrix:
pkg: [centos_7, debian_stretch]
pkg: [centos_7, ubuntu_xenial]
runs-on: ubuntu-22.04
env:
ESL_ERLANG_PKG_VER: "25.0.1-1"
ESL_ERLANG_PKG_VER: "25.0.3-1"
pkg_PLATFORM: ${{matrix.pkg}}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2332d47

Please sign in to comment.