From 7fae3a3ec386e957c80fb293a7fd34d6ee0cd8f9 Mon Sep 17 00:00:00 2001 From: mosfet80 <10235105+mosfet80@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:55:41 +0200 Subject: [PATCH 1/2] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 800d486..e12d899 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,8 +12,8 @@ jobs: os: [macos-latest, ubuntu-22.04, windows-latest] python: ['3.8', '3.9', '3.10', '3.11', '3.12'] include: - - os: ubuntu-20.04 - python: '3.6' + - os: ubuntu-22.04 + python: '3.8' name: osrf_pycommon tests runs-on: ${{matrix.os}} From 49b17a476026c290dfb7abb1106ea7acf70a4b20 Mon Sep 17 00:00:00 2001 From: mosfet80 <10235105+mosfet80@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:00:06 +0200 Subject: [PATCH 2/2] Update ci.yaml --- .github/workflows/ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e12d899..2efff10 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,10 +10,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-22.04, windows-latest] - python: ['3.8', '3.9', '3.10', '3.11', '3.12'] - include: - - os: ubuntu-22.04 - python: '3.8' + python: ['3.10', '3.11', '3.12'] name: osrf_pycommon tests runs-on: ${{matrix.os}}