Skip to content

Commit

Permalink
ci: use alpine:latest instead of alpine:edge (#2251)
Browse files Browse the repository at this point in the history
There is no reason to catch all the latest bugs in a CI ...
  • Loading branch information
ammen99 authored Mar 23, 2024
1 parent 13e6cee commit 9e3c132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
test_musl_gcc:
name: "Test with GCC/musl/libstdc++/BFD on Alpine Linux"
runs-on: ubuntu-latest
container: alpine:edge
container: alpine:latest
steps:
- run: apk --no-cache add git gcc g++ binutils pkgconf meson ninja musl-dev wayland-dev wayland-protocols libinput-dev libevdev-dev libxkbcommon-dev pixman-dev glm-dev libdrm-dev mesa-dev cairo-dev pango-dev eudev-dev libxml2-dev libseat-dev libxcb-dev xcb-util-wm-dev xwayland doctest doctest-dev cmake libdisplay-info-dev hwdata-dev
- uses: actions/checkout@v1
Expand Down

0 comments on commit 9e3c132

Please sign in to comment.