Skip to content

Commit 8bae45e

Browse files
committed
.github/workflows: update images
1 parent 9327126 commit 8bae45e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
container:
24-
image: 'ghcr.io/void-linux/void-musl-full:20250526R1'
24+
image: 'ghcr.io/void-linux/void-musl-full:20250616R1'
2525
env:
2626
LICENSE_LIST: common/travis/license.lst
2727

@@ -61,7 +61,7 @@ jobs:
6161
if: "!contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.pull_request.body, '[ci skip]')"
6262

6363
container:
64-
image: ghcr.io/void-linux/void-${{ matrix.config.libc }}-full:20250526R1
64+
image: ghcr.io/void-linux/void-${{ matrix.config.libc }}-full:20250616R1
6565
options: --platform ${{ matrix.config.platform }} --privileged
6666
volumes:
6767
- /dev:/dev

.github/workflows/cycles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
issues: write
1313
container:
14-
image: 'ghcr.io/void-linux/void-musl-full:20250526R1'
14+
image: 'ghcr.io/void-linux/void-musl-full:20250616R1'
1515
steps:
1616
- name: Prepare container
1717
run: |

0 commit comments

Comments
 (0)