.github/workflows: update images

This commit is contained in:
classabbyamp 2025-05-25 21:39:31 -04:00
parent 159de28106
commit 1d137a34f4
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: 'ghcr.io/void-linux/void-musl-full:20250227R1' image: 'ghcr.io/void-linux/void-musl-full:20250526R1'
env: env:
LICENSE_LIST: common/travis/license.lst LICENSE_LIST: common/travis/license.lst
@ -61,7 +61,7 @@ jobs:
if: "!contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.pull_request.body, '[ci skip]')" if: "!contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.pull_request.body, '[ci skip]')"
container: container:
image: ghcr.io/void-linux/void-${{ matrix.config.libc }}-full:20250227R1 image: ghcr.io/void-linux/void-${{ matrix.config.libc }}-full:20250526R1
options: --platform ${{ matrix.config.platform }} --privileged options: --platform ${{ matrix.config.platform }} --privileged
volumes: volumes:
- /dev:/dev - /dev:/dev

View file

@ -11,7 +11,7 @@ jobs:
permissions: permissions:
issues: write issues: write
container: container:
image: 'ghcr.io/void-linux/void-musl-full:20250227R1' image: 'ghcr.io/void-linux/void-musl-full:20250526R1'
steps: steps:
- name: Prepare container - name: Prepare container
run: | run: |