From b1ba3fff6d611ce565b28fb4a0bff9e982cca550 Mon Sep 17 00:00:00 2001 From: Julien Lamy Date: Wed, 3 Apr 2024 18:43:43 +0200 Subject: [PATCH] Run conda linux build on bookworm --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93dc2cf..16e00fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: # - { os: "ubuntu-latest", packaging: "apt", container: "ubuntu:focal", python: "python3" } # - { os: "ubuntu-latest", packaging: "apt", container: "ubuntu:jammy", python: "python3" } - { os: "ubuntu-latest", packaging: "apt", container: "ubuntu:noble", python: "python3" } - - { os: "ubuntu-latest", packaging: "conda", python: "python" } + - { os: "ubuntu-latest", packaging: "conda", container: "debian:bookworm", python: "python" } - { os: "macos-latest", packaging: "conda", python: "python" } env: WORKSPACE: "${{ github.workspace }}"