From 3c06dfd9e9f5495d3ec6f02010d0327a26e6fcac Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 6 May 2024 11:25:18 +0900 Subject: [PATCH] Exclude older than 2.6 on macos-14 --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7fe53d82..ac95c6f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,6 +21,8 @@ jobs: - macos-latest - windows-latest ruby-version: ${{ fromJson(needs.ruby-versions.outputs.versions) }} + exclude: + - {runs-on: macos-latest, ruby-version: 2.5} # include: # - runs-on: ubuntu-latest # ruby-version: truffleruby