aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2023-02-14 21:30:54 +0100
committerGitHub <noreply@github.com>2023-02-14 21:30:54 +0100
commit06d4f8c7e56816d20636dc3838fa3a9825ad2ac8 (patch)
tree3e512defcd1daf979ef69ba16b6a5566e9c0aae9 /.github/workflows
parentf2f8f9d0ee6d14557d837994b990e6b76b73c910 (diff)
Update GitHub runners versions (#1889)
See: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
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"]