Skip to content

Commit

Permalink
Use latest Alpine release when building
Browse files Browse the repository at this point in the history
3.19 is out so we should not longer have to use 3.16.
  • Loading branch information
sharkwouter authored Dec 12, 2023
1 parent 292ce53 commit e4f54ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
container: ${{ matrix.os[0] }}:${{ matrix.os[1] }}
strategy:
matrix:
os: [[alpine, 3.16], [fedora, latest]]
os: [[alpine, latest], [fedora, latest]]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit e4f54ab

Please sign in to comment.