From 4867baea6e9a9f94441d9dec7676777792a84248 Mon Sep 17 00:00:00 2001 From: Haren S <12570877+harens@users.noreply.github.com> Date: Thu, 8 Jun 2023 08:42:47 +0000 Subject: [PATCH] testing.yml: Add macOS 13 --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e1f6fbd..8fe91e3 100755 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -30,6 +30,7 @@ jobs: options: --user=linuxbrew - os: macos-11 - os: macos-12 + - os: macos-13 runs-on: ${{matrix.os}} container: ${{matrix.container}} steps: