From 3751edad6ea94e68f2cf7892c7186f1ef8160c91 Mon Sep 17 00:00:00 2001 From: Abit Date: Mon, 4 Apr 2022 17:18:05 +0200 Subject: [PATCH] Add macOS-12 for Github Actions --- .github/workflows/build-and-test.mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.mac.yml b/.github/workflows/build-and-test.mac.yml index bf43b5baa..e57afdef3 100644 --- a/.github/workflows/build-and-test.mac.yml +++ b/.github/workflows/build-and-test.mac.yml @@ -8,7 +8,7 @@ jobs: name: Build and test in macOS strategy: matrix: - os: [macos-11] + os: [macos-11, macos-12] runs-on: ${{ matrix.os }} steps: - name: Install dependencies