From 06d4f8c7e56816d20636dc3838fa3a9825ad2ac8 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:30:54 +0100 Subject: Update GitHub runners versions (#1889) See: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19da4fe4a..db781c128 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -179,7 +179,9 @@ jobs: strategy: fail-fast: true matrix: - os: ["ubuntu-latest", "ubuntu-22.04", "macOS-latest", "macos-12", "windows-latest"] + # ubuntu-latest == ubuntu-22.04 + # macOS-latest == macos-12 + os: ["ubuntu-latest", "ubuntu-20.04", "macOS-latest", "macos-11", "windows-latest"] arch: ["x86_64"] gcrypt: ["--with-local-libgcrypt", ""] compiler: ["cc"] -- cgit v1.2.3