Skip to content

Commit

Permalink
CI: reduce Alpine version
Browse files Browse the repository at this point in the history
Newer pip doesn't like to install things normally. Reduce version for
now.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Dec 13, 2023
1 parent 7902fcf commit fa17f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: github.event_name != 'schedule' || github.repository == 'mesonbuild/wrapdb'
runs-on: ubuntu-latest
container:
image: alpine
image: alpine:3.18
env:
TEST_BUILD_ALL: 1
TEST_FATAL_WARNINGS: ${{ github.event.inputs.fatal_warnings }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
Alpine:
runs-on: ubuntu-latest
container:
image: alpine
image: alpine:3.18
steps:
- name: Install packages
run: |
Expand Down

0 comments on commit fa17f82

Please sign in to comment.