From 6f7a0675b0ebfdc444084a6f5137bb0552c1e5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Mon, 2 May 2022 23:32:36 +0300 Subject: [PATCH] github/workflows: add macOS 12 build Apparently it is now in public beta. ref actions/virtual-environments#5446 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2f2314461..9577487c50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,7 @@ jobs: os: - "macos-10.15" - "macos-11" + - "macos-12" steps: - uses: actions/checkout@v2