From e963a825e650ca1c22c47fa4a450340476f4a973 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Wed, 27 Jul 2022 00:55:14 -0700 Subject: [PATCH] ci: add macos 12 to the GitHub Actions --- .github/workflows/CI.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3a9324f9..881cc82b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,8 +20,8 @@ jobs: - ubuntu-22.04 - ubuntu-20.04 - ubuntu-18.04 + - macos-12 - macos-11 - - macos-10.15 node: - 14 # installed on the images pnpm: diff --git a/README.md b/README.md index 0c9d5dbf..031b5374 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Setting up a **cross-platform** environment for building and testing C++/C proje `setup-cpp` can be used locally from terminal, from CI services like GitHub Actions and GitLab Pipelines, and inside containers like Docker. -`setup-cpp` is supported on many platforms. It is continuously tested on several configurations including Windows (11, 10, 2022, 2019), Linux (Ubuntu 22.04, Ubuntu 20.04, Fedora, ArchLinux), and macOS (10.15 and 11). `setup-cpp` is backed by unit tests for each tool and integration tests for compiling cpp projects. +`setup-cpp` is supported on many platforms. It is continuously tested on several configurations including Windows (11, 10, 2022, 2019), Linux (Ubuntu 22.04, Ubuntu 20.04, Fedora, ArchLinux), and macOS (12, 11, 10.15). `setup-cpp` is backed by unit tests for each tool and integration tests for compiling cpp projects. # Features