From 710613a6716c6c9cdca1a2822dc49ef85148c04e Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sat, 28 Sep 2024 23:24:25 +1200 Subject: [PATCH] Update CI matrix. --- .github/workflows/test.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f087f82..d6ac01c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,9 +15,9 @@ jobs: fail-fast: false matrix: os: - - ubuntu-22.04 - - macos-11 - - windows-2022 + - ubuntu-latest + - macos-latest + - windows-latest ruby: - "2.5" - "2.6" @@ -29,8 +29,6 @@ jobs: - "jruby" - "truffleruby" include: - - {os: ubuntu-20.04, ruby: "3.2"} - - {os: windows-2019, ruby: "3.2"} - {os: windows-2022, ruby: ucrt} exclude: - {os: windows-2022, ruby: head}