From f6eee6ca4a06433a9b3a69601fe2c7ebb2be1fe2 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Thu, 22 Feb 2024 08:37:38 -0500 Subject: [PATCH] Update macos build images --- .github/workflows/build-and-test-macos.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-test-macos.yaml b/.github/workflows/build-and-test-macos.yaml index bee686d9..a662cc25 100644 --- a/.github/workflows/build-and-test-macos.yaml +++ b/.github/workflows/build-and-test-macos.yaml @@ -23,6 +23,8 @@ jobs: os: - macos-11 - macos-12 + - macos-13 + - macos-13-xlarge runs-on: ${{ matrix.os }} steps: - name: Install dependencies