diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-10-08 16:52:16 -0400 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2025-10-09 13:53:53 -0400 |
| commit | cc022922fbb62ce00e17bbd62d4225fc3f83f3a0 (patch) | |
| tree | 9260539b4a39c570f136367f8378bf3227940bf5 | |
| parent | 07f7a7f80735130ebfa5842ddee5139076408c0d (diff) | |
ci: switch to bookwormv0.18.4.0-RC8
| -rw-r--r-- | .github/workflows/full_check.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index 472fc51..7a81837 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -129,7 +129,7 @@ jobs: target: [x86_64-linux-gnu, aarch64-linux-gnu, i686-linux-gnu] runs-on: ubuntu-latest container: - image: debian:bullseye + image: debian:bookworm steps: - name: Install dependencies run: | |
