From 6a66039e9a08ead39c20923ac15d56aaec887d1d Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Sun, 25 Dec 2022 15:23:37 +0100 Subject: [PATCH] CI: remove ubuntu-18.04 jobs (#3048) The image has been deprecated and the brownout period have started already: https://github.com/actions/runner-images/issues/6002 --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9f2ebac6ca..2f08fa02ba 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, ubuntu-18.04, macos-11, macos-12, windows-2022 ] + os: [ ubuntu-20.04, macos-11, macos-12, windows-2022 ] ruby: [ 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, head ] no-ssl: [''] yjit: ['']