From 7734382436e90e0a037e2f2ca161c5bfd3252b1b Mon Sep 17 00:00:00 2001 From: olszomal Date: Wed, 16 Apr 2025 10:10:46 +0200 Subject: [PATCH] Remove Ubuntu 20.04 from CI as it's no longer supported --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28aaab5..1ede14a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,12 +27,6 @@ jobs: os: ubuntu-22.04 generator: Unix Makefiles vcpkg_root: - - id: ubuntu-20.04 - triplet: x64-linux - compiler: gcc - os: ubuntu-20.04 - generator: Unix Makefiles - vcpkg_root: - id: macOS triplet: arm64-osx compiler: clang