From efb60dc353bb0cd3530682fba52a89544bbad358 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Wed, 11 May 2022 15:18:19 +0200 Subject: [PATCH] workflow: add macOS 12 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a590a40..ee58edc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: test-bot: strategy: matrix: - os: [ubuntu-latest, macOS-10.15, macOS-11] + os: [ubuntu-latest, macOS-10.15, macOS-11, macOS-12] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew