From d593687c07a460f23bcaef6fd97fecfad7a233d9 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 13 Dec 2025 13:26:26 +0200 Subject: [PATCH] Update CI --- .github/workflows/check_quick.yml | 1 + .github/workflows/ci.yml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check_quick.yml b/.github/workflows/check_quick.yml index ace8585..0bcae63 100644 --- a/.github/workflows/check_quick.yml +++ b/.github/workflows/check_quick.yml @@ -19,6 +19,7 @@ jobs: - ubuntu:22.04 - ubuntu:24.04 - ubuntu:25.04 + - ubuntu:25.10 shared: [ ON, OFF ] container: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b9060d..b07cb2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -540,7 +540,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15 ] + os: [ ubuntu-22.04, ubuntu-24.04, macos-14, macos-15, macos-26 ] shared: [ ON, OFF ] runs-on: ${{matrix.os}} @@ -623,15 +623,15 @@ jobs: - os: ubuntu-24.04 include: timer shared: ON - - os: macos-13 - include: timer - shared: ON - os: macos-14 include: timer shared: ON - os: macos-15 include: timer shared: ON + - os: macos-26 + include: timer + shared: ON runs-on: ${{matrix.os}} @@ -669,7 +669,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15 ] + os: [ ubuntu-22.04, ubuntu-24.04, macos-14, macos-15, macos-26 ] shared: [ ON, OFF ] runs-on: ${{matrix.os}}