From 17e920c84fb232c320232c79941244ea3da67477 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 13 Oct 2024 04:06:59 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c594496..a85d730 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -444,7 +444,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ] + os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15 ] shared: [ ON, OFF ] runs-on: ${{matrix.os}} @@ -531,7 +531,7 @@ jobs: - os: ubuntu-22.04 include: timer shared: ON - - os: macos-12 + - os: ubuntu-24.04 include: timer shared: ON - os: macos-13 @@ -540,6 +540,9 @@ jobs: - os: macos-14 include: timer shared: ON + - os: macos-15 + include: timer + shared: ON runs-on: ${{matrix.os}} @@ -581,7 +584,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ] + os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15 ] shared: [ ON, OFF ] runs-on: ${{matrix.os}}