From aea912b90b3a17751da55670c7753c561c6c982b Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 5 Dec 2023 13:03:56 +0100 Subject: [PATCH] Add ubuntu:23.10 to CI Signed-off-by: falkTX --- .github/workflows/bootstrap.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index c827fac..058ea5b 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -78,6 +78,31 @@ jobs: - target: win64 container: ubuntu:22.04 os: ubuntu-latest + # ubuntu:23.10 + - target: linux-aarch64 + container: ubuntu:23.10 + os: ubuntu-latest + - target: linux-armhf + container: ubuntu:23.10 + os: ubuntu-latest + - target: linux-i686 + container: ubuntu:23.10 + os: ubuntu-latest + - target: linux-riscv64 + container: ubuntu:23.10 + os: ubuntu-latest + - target: linux-x86_64 + container: ubuntu:23.10 + os: ubuntu-latest + - target: wasm + container: ubuntu:23.10 + os: ubuntu-latest + - target: win32 + container: ubuntu:23.10 + os: ubuntu-latest + - target: win64 + container: ubuntu:23.10 + os: ubuntu-latest runs-on: ${{ matrix.os }} container: image: ${{ matrix.container }}