From 04332f3363f64b673e0243093b0b9b8f1ffbbc6a Mon Sep 17 00:00:00 2001 From: David Vo Date: Fri, 25 Apr 2025 19:05:36 +1000 Subject: [PATCH] ci: Update to Ubuntu 22.04 --- .github/workflows/dist.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 1542478..cf93ef8 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -83,13 +83,23 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, macos-13, ubuntu-20.04] - python_version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] + os: + - windows-latest + - macos-13 + - ubuntu-22.04 + python_version: + - 3.7 + - 3.8 + - 3.9 + - "3.10" + - "3.11" + - "3.12" + - "3.13" architecture: [x86, x64] exclude: - os: macos-13 architecture: x86 - - os: ubuntu-20.04 + - os: ubuntu-22.04 architecture: x86 steps: