From 62d86f2deddb57f38408735a57eecb1c9a7733b3 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sun, 25 Feb 2024 19:49:25 -0500 Subject: [PATCH] Use sonoma for arm macos --- .github/workflows/build-and-test-macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-macos.yaml b/.github/workflows/build-and-test-macos.yaml index a662cc252..71856543f 100644 --- a/.github/workflows/build-and-test-macos.yaml +++ b/.github/workflows/build-and-test-macos.yaml @@ -24,7 +24,7 @@ jobs: - macos-11 - macos-12 - macos-13 - - macos-13-xlarge + - macos-14 runs-on: ${{ matrix.os }} steps: - name: Install dependencies