From 9e41381798d1dc13b973354e725fa31497063f42 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 10 Mar 2023 13:59:24 +0100 Subject: [PATCH] .github/workflows/CI.yml: remove ubuntu 18.04 as it will be removed from github (see https://github.com/actions/runner-images/issues/6002) --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 084ac2a..c2c556b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: compile: strategy: matrix: - os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest ] + os: [ ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest ] name: ${{matrix.os}} runs-on: ${{matrix.os}}