Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

runs-on: ubuntu-24.04
container:
image: ghcr.io/archlinux/archlinux:base-devel-20260802.0.567126@sha256:ebd96594cdbf7fde1ce0350f449c3a6650f85ecd18e494171a7ff3585a73e662
image: ghcr.io/archlinux/archlinux:base-devel-20260809.0.570938@sha256:30e8ba62b5c56e52a0b865e616bef26bdcd00c260a88300d1feefd3b336847ed

steps:
- run: pacman -Sy --noconfirm shellcheck git
Expand All @@ -66,7 +66,7 @@ jobs:

runs-on: ubuntu-24.04
container:
image: ghcr.io/archlinux/archlinux:base-devel-20260802.0.567126@sha256:ebd96594cdbf7fde1ce0350f449c3a6650f85ecd18e494171a7ff3585a73e662
image: ghcr.io/archlinux/archlinux:base-devel-20260809.0.570938@sha256:30e8ba62b5c56e52a0b865e616bef26bdcd00c260a88300d1feefd3b336847ed
options: --privileged --tmpfs /run

steps:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
needs: package
runs-on: ubuntu-24.04
container:
image: ghcr.io/archlinux/archlinux:base-devel-20260802.0.567126@sha256:ebd96594cdbf7fde1ce0350f449c3a6650f85ecd18e494171a7ff3585a73e662
image: ghcr.io/archlinux/archlinux:base-devel-20260809.0.570938@sha256:30e8ba62b5c56e52a0b865e616bef26bdcd00c260a88300d1feefd3b336847ed
options: --privileged --tmpfs /run

steps:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:

runs-on: ubuntu-24.04
container:
image: ghcr.io/archlinux/archlinux:base-devel-20260802.0.567126@sha256:ebd96594cdbf7fde1ce0350f449c3a6650f85ecd18e494171a7ff3585a73e662
image: ghcr.io/archlinux/archlinux:base-devel-20260809.0.570938@sha256:30e8ba62b5c56e52a0b865e616bef26bdcd00c260a88300d1feefd3b336847ed

steps:
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
Expand Down
Loading