From b9b77965b7ebc2f627cd455d54852ca351926468 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 30 Jul 2025 01:40:30 +0200 Subject: [PATCH] CI updates --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9793036..4b0b9f30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: fail-fast: false matrix: include: - - { os: ubuntu-22.04, use_extra: true, use_wine: true } + - { os: ubuntu-22.04, use_extra: true } - { os: ubuntu-24.04, use_extra: true, use_wine: true } name: ${{ format('{0}', matrix.os) }} runs-on: ${{ matrix.os }}