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-20260308.0.497199@sha256:3a9f4c365f47b6a225d4d3bd6f94b99b756b37a297e2a2c45a1e5467efdf3eb2
image: ghcr.io/archlinux/archlinux:base-devel-20260315.0.500686@sha256:599a04a1284c4867ce7f618e1321bf7d3f8c49ee23ea3856c40f538a58e5e382

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-20260308.0.497199@sha256:3a9f4c365f47b6a225d4d3bd6f94b99b756b37a297e2a2c45a1e5467efdf3eb2
image: ghcr.io/archlinux/archlinux:base-devel-20260315.0.500686@sha256:599a04a1284c4867ce7f618e1321bf7d3f8c49ee23ea3856c40f538a58e5e382
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-20260308.0.497199@sha256:3a9f4c365f47b6a225d4d3bd6f94b99b756b37a297e2a2c45a1e5467efdf3eb2
image: ghcr.io/archlinux/archlinux:base-devel-20260315.0.500686@sha256:599a04a1284c4867ce7f618e1321bf7d3f8c49ee23ea3856c40f538a58e5e382
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-20260308.0.497199@sha256:3a9f4c365f47b6a225d4d3bd6f94b99b756b37a297e2a2c45a1e5467efdf3eb2
image: ghcr.io/archlinux/archlinux:base-devel-20260315.0.500686@sha256:599a04a1284c4867ce7f618e1321bf7d3f8c49ee23ea3856c40f538a58e5e382

steps:
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
Expand Down
Loading