From 575d694503e33020aa29e50908f2efb1aaf4105e Mon Sep 17 00:00:00 2001 From: Kentaro Ohkouchi Date: Sat, 18 May 2024 00:59:02 +0900 Subject: [PATCH] Bump os versions --- .github/workflows/test.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f349b87c..07155708 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,15 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-11 ] + os: + - ubuntu-latest + - ubuntu-24.04 + - ubuntu-22.04 + - ubuntu-20.04 + - macos-latest + - macos-14 + - macos-13 + - macos-12 branch: # - 'master' - 'now' @@ -81,7 +89,15 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-11 ] + os: + - ubuntu-latest + - ubuntu-24.04 + - ubuntu-22.04 + - ubuntu-20.04 + - macos-latest + - macos-14 + - macos-13 + - macos-12 branch: # - 'master' - 'now'