From efcbc100b8f7e01f41a7db5e0a60d1902b933585 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 16 Jul 2024 08:50:18 +0200 Subject: [PATCH] CI: Ruby 2.5 runs on macos-13 (amd64) --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a3576ae..f62d57af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,6 +21,9 @@ jobs: - { os: windows-latest, ruby: ucrt } - { os: windows-latest, ruby: mingw } - { os: windows-latest, ruby: mswin } + - { os: macos-13, ruby: 2.5 } + exclude: + - { os: macos-latest, ruby: 2.5 } steps: - uses: actions/checkout@v4 - name: Set up Ruby