From f01c466ec872af0b7c88c538a829a2dc5b4d2a01 Mon Sep 17 00:00:00 2001 From: Bajczi Levente Date: Mon, 4 Nov 2024 21:48:50 +0100 Subject: [PATCH] Update mac-build-test.yml --- .github/workflows/mac-build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-build-test.yml b/.github/workflows/mac-build-test.yml index 71994579a5..bcedcb91ed 100644 --- a/.github/workflows/mac-build-test.yml +++ b/.github/workflows/mac-build-test.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-13, macos-12] + os: [macos-13] runs-on: ${{ matrix.os }} steps: - name: Checkout repository